summaryrefslogtreecommitdiff
path: root/static/saclay/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/saclay/css/styles.css')
-rw-r--r--static/saclay/css/styles.css37
1 files changed, 34 insertions, 3 deletions
diff --git a/static/saclay/css/styles.css b/static/saclay/css/styles.css
index e771842..7315d09 100644
--- a/static/saclay/css/styles.css
+++ b/static/saclay/css/styles.css
@@ -751,6 +751,12 @@ ul#action{
margin-top:22px;
}
+#action-panel.three .action li {
+ padding: 0px;
+ height: 38px;
+ width: 92px;
+}
+
.action li,
.action li a,
.action li label{
@@ -897,9 +903,34 @@ ul#action{
background-repeat:no-repeat;
}
-#action-routing.state-active,
-#action-routing:hover{
- background-image:url(../images/button-route-on.png) ;
+.three #action-categories{
+ background-image:url(../images/button-cat-three-off.png) ;
+ margin-right:3px;
+}
+
+.three #action-categories.state-active,
+.three #action-categories:hover{
+ background-image:url(../images/button-cat-three-on.png) ;
+}
+
+.three #action-routing{
+ background-image:url(../images/button-route-three-off.png) ;
+}
+
+.three #action-routing.state-active,
+.three #action-routing:hover{
+ background-image:url(../images/button-route-three-on.png) ;
+}
+
+#action-search{
+ background-image:url(../images/button-search-off.png) ;
+ background-repeat:no-repeat;
+ margin-right:3px;
+}
+
+#action-search.state-active,
+#action-search:hover{
+ background-image:url(../images/button-search-on.png) ;
background-repeat:no-repeat;
}