summaryrefslogtreecommitdiff
path: root/skins/default/common.css
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-06-09 09:58:49 +0000
committeralecpl <alec@alec.pl>2010-06-09 09:58:49 +0000
commitff38d0e55b5a36ae28a828c9f8d21ef6a553beae (patch)
tree3a77c1a9a51ab5666b982051cfe91a5c792009a5 /skins/default/common.css
parent62c92731f49519f283ba53db80d266e58d09fcec (diff)
- unified css styles for (old) #directorylist*, use common .boxfooter/.boxlistcontent classes
Diffstat (limited to 'skins/default/common.css')
-rw-r--r--skins/default/common.css98
1 files changed, 46 insertions, 52 deletions
diff --git a/skins/default/common.css b/skins/default/common.css
index 8591ab7f7..66ea82dd0 100644
--- a/skins/default/common.css
+++ b/skins/default/common.css
@@ -333,6 +333,52 @@ img
padding-right: 10px;
}
+.boxlistcontent
+{
+ position: absolute;
+ top: 20px;
+ bottom: 22px;
+ left: 0;
+ right: 0;
+ overflow-y: auto;
+ overflow-x: hidden;
+}
+
+.boxfooter
+{
+ position: absolute;
+ bottom: 0px;
+ left: 0px;
+ right: 0px;
+ height: 22px;
+ border-top: 1px solid #999;
+ background: url('images/listheader.gif') top left repeat-x #CCC;
+}
+
+.boxfooter a.button,
+.boxfooter a.buttonPas
+{
+ display: block;
+ float: left;
+ width: 34px;
+ height: 22px;
+ padding: 0px;
+ margin: 0;
+ overflow: hidden;
+ background: url('images/icons/groupactions.png') 0 0 no-repeat transparent;
+ opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */
+}
+
+.boxfooter a.groupactions
+{
+ background-position: 0 -26px;
+}
+
+.boxfooter a.buttonPas
+{
+ opacity: 0.35;
+}
+
.popupmenu
{
position: absolute;
@@ -389,58 +435,6 @@ img
background-color: #c00;
}
-#directorylist-title
-{
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
-}
-
-#directorylistwarp
-{
- position: absolute;
- top: 20px;
- bottom: 22px;
- left: 0;
- right: 0;
- overflow-y: auto;
- overflow-x: hidden;
-}
-
-#directorylistbuttons
-{
- display: block;
- position: absolute;
- bottom: 0px;
- left: 0px;
- right: 0px;
- height: 22px;
- border-top: 1px solid #999;
- background: url('images/listheader.gif') top left repeat-x #CCC;
-}
-
-#directorylistbuttons a.button,
-#directorylistbuttons a.buttonPas
-{
- display: block;
- float: left;
- width: 34px;
- height: 22px;
- padding: 0px;
- margin: 0;
- overflow: hidden;
- background: url('images/icons/groupactions.png') 0 0 no-repeat transparent;
- opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */
-}
-
-#directorylistbuttons a.groupactions {
- background-position: 0 -26px;
-}
-
-#directorylistbuttons a.buttonPas {
- opacity: 0.35;
-}
/***** common table settings ******/