Merge pull request #1387 from schiesbn/visual_improvements
small visual improvements
This commit is contained in:
commit
0dd9e6cb12
2 changed files with 6 additions and 5 deletions
|
@ -672,6 +672,7 @@ $(document).ready(function(){
|
|||
// all the tipsy stuff needs to be here (in reverse order) to work
|
||||
$('.jp-controls .jp-previous').tipsy({gravity:'nw', fade:true, live:true});
|
||||
$('.jp-controls .jp-next').tipsy({gravity:'n', fade:true, live:true});
|
||||
$('.displayName .action').tipsy({gravity:'se', fade:true, live:true});
|
||||
$('.password .action').tipsy({gravity:'se', fade:true, live:true});
|
||||
$('#upload').tipsy({gravity:'w', fade:true});
|
||||
$('.selectedActions a').tipsy({gravity:'s', fade:true, live:true});
|
||||
|
|
|
@ -22,13 +22,13 @@ form { display:inline; }
|
|||
table:not(.nostyle) th { height:2em; color:#999; }
|
||||
table:not(.nostyle) th, table:not(.nostyle) td { border-bottom:1px solid #ddd; padding:0 .5em; padding-left:.8em; text-align:left; font-weight:normal; }
|
||||
td.name, td.password { padding-left:.8em; }
|
||||
td.password>img, td.remove>a, td.quota>img { visibility:hidden; }
|
||||
td.password, td.quota { width:12em; cursor:pointer; }
|
||||
td.password>span, td.quota>span { margin-right: 1.2em; color: #C7C7C7; }
|
||||
td.password>img,td.displayName>img, td.remove>a, td.quota>img { visibility:hidden; }
|
||||
td.password, td.quota, td.displayName { width:12em; cursor:pointer; }
|
||||
td.password>span, td.quota>span, rd.displayName>span { margin-right: 1.2em; color: #C7C7C7; }
|
||||
|
||||
td.remove { width:1em; padding-right:1em; }
|
||||
tr:hover>td.password>span { margin:0; cursor:pointer; }
|
||||
tr:hover>td.remove>a, tr:hover>td.password>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; }
|
||||
tr:hover>td.password>span, tr:hover>td.displayName>span { margin:0; cursor:pointer; }
|
||||
tr:hover>td.remove>a, tr:hover>td.password>img,tr:hover>td.displayName>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; }
|
||||
tr:hover>td.remove>a { float:right; }
|
||||
li.selected { background-color:#ddd; }
|
||||
#content>table:not(.nostyle) { margin-top:3em; }
|
||||
|
|
Loading…
Reference in a new issue