Changeset 611 for trunk/web-app/css
- Timestamp:
- Jun 25, 2010, 11:15:08 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/login_panel.css
r29 r611 13 13 14 14 /***** clearfix *****/ 15 . clear {clear: both;height: 0;line-height: 0;}16 . clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}17 . clearfix {display: inline-block;}15 .toppanel .clear {clear: both;height: 0;line-height: 0;} 16 .toppanel .clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} 17 .toppanel .clearfix {display: inline-block;} 18 18 /* Hides from IE-mac \*/ 19 19 * html .clearfix {height: 1%;} 20 . clearfix {display: block;}20 .toppanel .clearfix {display: block;} 21 21 /* End hide from IE-mac */ 22 . clearfix {height: 1%;}23 . clearfix {display: block;}24 25 . red { color: red; }22 .toppanel .clearfix {height: 1%;} 23 .toppanel .clearfix {display: block;} 24 25 .toppanel .red { color: red; } 26 26 27 27 /* Panel Tab/button */ 28 .t ab {28 .toppanel .tab { 29 29 background: url(../images/default_style/login_panel/tab_b.png) repeat-x 0 0; 30 30 height: 42px; … … 34 34 } 35 35 36 .t ab ul.login {36 .toppanel .tab ul.login { 37 37 display: block; 38 38 position: relative; … … 50 50 } 51 51 52 .t ab ul.login li.left {52 .toppanel .tab ul.login li.left { 53 53 background: url(../images/default_style/login_panel/tab_l.png) no-repeat left 0; 54 54 height: 42px; … … 60 60 } 61 61 62 .t ab ul.login li.right {62 .toppanel .tab ul.login li.right { 63 63 background: url(../images/default_style/login_panel/tab_r.png) no-repeat left 0; 64 64 height: 42px; … … 70 70 } 71 71 72 .t ab ul.login li {72 .toppanel .tab ul.login li { 73 73 text-align: left; 74 74 padding: 0 6px; … … 79 79 } 80 80 81 .t ab ul.login li a {81 .toppanel .tab ul.login li a { 82 82 color: #15ADFF; 83 83 } 84 84 85 .t ab ul.login li a:hover {86 color: white; 87 } 88 89 .t ab .sep {color:#414141}90 91 .t ab a.open, .tab a.close {85 .toppanel .tab ul.login li a:hover { 86 color: white; 87 } 88 89 .toppanel .tab .sep {color:#414141} 90 91 .toppanel .tab a.open, .tab a.close { 92 92 height: 20px; 93 93 line-height: 20px !important; … … 100 100 } 101 101 102 .t ab a.open {background: url(../images/default_style/login_panel/bt_open.png) no-repeat left 0;}103 .t ab a.close {background: url(../images/default_style/login_panel/bt_close.png) no-repeat left 0;}104 .t ab a:hover.open {background: url(../images/default_style/login_panel/bt_open.png) no-repeat left -19px;}105 .t ab a:hover.close {background: url(../images/default_style/login_panel/bt_close.png) no-repeat left -19px;}102 .toppanel .tab a.open {background: url(../images/default_style/login_panel/bt_open.png) no-repeat left 0;} 103 .toppanel .tab a.close {background: url(../images/default_style/login_panel/bt_close.png) no-repeat left 0;} 104 .toppanel .tab a:hover.open {background: url(../images/default_style/login_panel/bt_open.png) no-repeat left -19px;} 105 .toppanel .tab a:hover.close {background: url(../images/default_style/login_panel/bt_close.png) no-repeat left -19px;} 106 106 107 107 /* sliding panel */ … … 115 115 margin-left: auto; 116 116 margin-right: auto; 117 font: 130%/130% arial,helvetica,sans-serif 117 118 } 118 119
Note: See TracChangeset
for help on using the changeset viewer.