Mercurial > libervia-web
diff public/libervia.css @ 148:8635bc9db9bf
added parameter management to test XMLUI, but it's currently deactivated for security reasons (need some configuration options) + separated mainTabPanel CSS from LiberviaTabPanel
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 09 Dec 2012 23:42:08 +0100 |
parents | 88512fbeb128 |
children | a201e368fc86 |
line wrap: on
line diff
--- a/public/libervia.css Sun Dec 09 23:38:30 2012 +0100 +++ b/public/libervia.css Sun Dec 09 23:42:08 2012 +0100 @@ -964,7 +964,7 @@ /* Tab panel */ -.mainTabPanel { +.liberviaTabPanel { } .gwt-TabPanel { @@ -975,14 +975,17 @@ } .gwt-TabBar { - position: fixed; - z-index: 10; - bottom: 0; font-weight: bold; text-decoration: none; border-bottom: 3px solid #a01c1c; } +.mainTabPanel .gwt-TabBar { + z-index: 10; + position: fixed; + bottom: 0; +} + .gwt-TabBar .gwt-TabBarFirst { height: 100%; } @@ -990,19 +993,19 @@ .gwt-TabBar .gwt-TabBarRest { } -.mainTabPanel .gwt-TabBar {; +.liberviaTabPanel .gwt-TabBar {; } -.mainTabPanel .gwt-TabBar .gwt-TabBarItem { +.liberviaTabPanel .gwt-TabBar .gwt-TabBarItem { cursor: pointer; margin-right: 5px; } -.mainTabPanel .gwt-TabBarItem div { +.liberviaTabPanel .gwt-TabBarItem div { color: #fff; } -.mainTabPanel .gwt-TabBarItem { +.liberviaTabPanel .gwt-TabBarItem { color: #444 !important; background-color: #222; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#444′, endColorstr=’#222’); @@ -1019,7 +1022,7 @@ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); } -.mainTabPanel .gwt-TabBarItem-selected { +.liberviaTabPanel .gwt-TabBarItem-selected { color: #fff; background-color: #cf2828; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#cf2828′, endColorstr=’#981a1a’); @@ -1036,7 +1039,7 @@ text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); } -.mainTabPanel div.gwt-TabBarItem:hover { +.liberviaTabPanel div.gwt-TabBarItem:hover { color: #fff; background-color: #cf2828; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#cf2828′, endColorstr=’#981a1a’); @@ -1053,7 +1056,7 @@ text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); } -.mainTabPanel .gwt-TabBar .gwt-TabBarItem-selected { +.liberviaTabPanel .gwt-TabBar .gwt-TabBarItem-selected { cursor: default; }