Mercurial > libervia-web
comparison public/libervia.css @ 104:35917ffd1df4
browser side: CSS tabs fix
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 29 Jun 2011 00:09:18 +0200 |
parents | eead497c87f7 |
children | d870258b5e79 |
comparison
equal
deleted
inserted
replaced
103:500a1529c191 | 104:35917ffd1df4 |
---|---|
859 .gwt-TabPanelBottom { | 859 .gwt-TabPanelBottom { |
860 height: 100%; | 860 height: 100%; |
861 } | 861 } |
862 | 862 |
863 .gwt-TabBar { | 863 .gwt-TabBar { |
864 color: #fff; | |
865 position: fixed; | 864 position: fixed; |
866 z-index: 10; | 865 z-index: 10; |
867 bottom: 0; | 866 bottom: 0; |
868 font: normal 0.8em/1.4em Arial, Helvetica, sans-serif; | 867 font: normal 0.8em/1.4em Arial, Helvetica, sans-serif; |
869 font-weight: bold; | 868 font-weight: bold; |
892 cursor: pointer; | 891 cursor: pointer; |
893 padding: 3px 15px 3px 15px; | 892 padding: 3px 15px 3px 15px; |
894 margin-left: 10px; | 893 margin-left: 10px; |
895 } | 894 } |
896 | 895 |
897 .gwt-TabBarItem-selected, div.gwt-TabBarItem:hover { | 896 .mainTabPanel .gwt-TabBarItem div { |
897 color: #e7e5e5; | |
898 } | |
899 | |
900 .mainTabPanel .gwt-TabBarItem-selected *, .mainTabPanel div.gwt-TabBarItem:hover *{ | |
901 color: #444 !important; | |
898 background-color: #fff; | 902 background-color: #fff; |
899 color: #e7e5e5; | |
900 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#fff′, endColorstr=’#ccc’); | 903 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#fff′, endColorstr=’#ccc’); |
901 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); | 904 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); |
902 background: -moz-linear-gradient(top, #fff, #ccc); | 905 background: -moz-linear-gradient(top, #fff, #ccc); |
903 background-image: -o-linear-gradient(#fff,#ccc); | 906 background-image: -o-linear-gradient(#fff,#ccc); |
904 box-shadow: 0px 1px 4px #000; | 907 box-shadow: 0px 1px 4px #000; |