fix for coding style
This commit is contained in:
parent
e32acf933d
commit
1a561fced0
1 changed files with 6 additions and 1 deletions
|
@ -61,7 +61,12 @@ td.remove { width:1em; padding-right:1em; }
|
|||
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, #leftcontent li.selected { background-color:#ddd; }
|
||||
|
||||
li.selected,
|
||||
#leftcontent li.selected {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
table.grid { width:100%; }
|
||||
#rightcontent { padding-left: 10px; }
|
||||
div.quota {
|
||||
|
|
Loading…
Reference in a new issue