--- a/web/res/css/archives-iframe.css Fri Feb 10 18:28:43 2012 +0100
+++ b/web/res/css/archives-iframe.css Mon Feb 13 12:30:54 2012 +0100
@@ -24,7 +24,6 @@
color: #4b4b4b;
font-size: 18px;
margin: 0;
- text-align: center;
}
.archivesBoxContainer {
width: 270px;
@@ -34,10 +33,18 @@
}
.archivesActionsContainer {
float: right;
+ font-size: 16px;
+ font-weight: bold;
+ padding-top: 2px;
}
-.archivesTitleActionsContainer {
- float: left;
- width: 100%;
+.archivesActionsContainer a {
+ color: #2C80AF;
+ text-decoration: none;
+ cursor: pointer;
+}
+.archivesActionsContainer a:hover {
+ text-decoration: underline;
+ color: #000;
}
.archivesVideoBox {
position: relative;
@@ -74,35 +81,3 @@
.item {
float: left;
}
-a.browse {
- background: url(../../images/horizontal.png) no-repeat;
- display: block;
- float: left;
- width: 20px;
- height: 20px;
- cursor: pointer;
- font-size: 1px;
-}
-a.right {
- background-position: 0 -20px;
- margin-left: 5px;
-}
-a.right:hover {
- background-position: -20px -20px;
-}
-a.right:active {
- background-position: -40px -20px;
-}
-/* left */
-a.left {
- margin-left: 0px;
-}
-a.left:hover {
- background-position: -20px 0;
-}
-a.left:active {
- background-position: -40px 0;
-}
-#actions a.disabled {
- visibility: hidden !important;
-}
\ No newline at end of file