|
|
|
@ -53,7 +53,7 @@ input[type="checkbox"]:hover+label, input[type="checkbox"]:focus+label { color:# |
|
|
|
|
|
|
|
|
|
/* BUTTONS */ |
|
|
|
|
input[type="submit"], input[type="button"], button, .button, #quota, div.jp-progress, select, .pager li a { |
|
|
|
|
width:auto; padding:.4em; |
|
|
|
|
width:auto; padding:.3em; |
|
|
|
|
background-color:rgba(230,230,230,.5); font-weight:bold; color:#555; text-shadow:#fff 0 1px 0; border:1px solid #bbb; border:1px solid rgba(180,180,180,.5); cursor:pointer; |
|
|
|
|
-moz-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; |
|
|
|
|
-moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em; |
|
|
|
@ -100,13 +100,13 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b |
|
|
|
|
-moz-box-sizing:border-box; box-sizing:border-box; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#leftcontent, .leftcontent { position:fixed; overflow:auto; top:6.4em; width:20em; background:#f8f8f8; border-right:1px solid #ddd; } |
|
|
|
|
#leftcontent, .leftcontent { position:fixed; overflow:auto; top:6.4em; width:20em; background:#f8f8f8; border-right:1px solid #ddd; height:100%; } |
|
|
|
|
#leftcontent li, .leftcontent li { background:#f8f8f8; padding:.5em .8em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -webkit-transition:background-color 200ms; -moz-transition:background-color 200ms; -o-transition:background-color 200ms; transition:background-color 200ms; } |
|
|
|
|
#leftcontent li:hover, #leftcontent li:active, #leftcontent li.active, .leftcontent li:hover, .leftcontent li:active, .leftcontent li.active { background:#eee; } |
|
|
|
|
#leftcontent li.active, .leftcontent li.active { font-weight:bold; } |
|
|
|
|
#leftcontent li:hover, .leftcontent li:hover { color:#333; background:#ddd; } |
|
|
|
|
#leftcontent a { height:100%; display:block; margin:0; padding:0 1em 0 0; float:left; } |
|
|
|
|
#rightcontent, .rightcontent { position:fixed; top:6.4em; left:32.5em; overflow:auto } |
|
|
|
|
#rightcontent, .rightcontent { position:fixed; top:6.4em; left:24.5em; overflow:auto } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* LOG IN & INSTALLATION ------------------------------------------------------------ */ |
|
|
|
|