parent
0bcb4a6a8f
commit
ce9b36fd3e
@ -1,12 +1,13 @@ |
|||||||
form { display:inline; } |
form { display:inline; } |
||||||
td.password>img, td.remove>img{ display:none;cursor:pointer; } |
td.name, td.password { padding-left:.8em; } |
||||||
|
td.password>img, td.remove>img { display:none; cursor:pointer; } |
||||||
td.password>span { margin-right:1.2em; } |
td.password>span { margin-right:1.2em; } |
||||||
td.password { width:12em; } |
td.password { width:12em; cursor:pointer; } |
||||||
td.password>img { float:right; } |
|
||||||
|
|
||||||
td.remove { width:1em } |
td.remove { width:1em; } |
||||||
tr:hover>td.password>span{ margin:0; } |
tr:hover>td.password>span { margin:0; cursor:pointer; } |
||||||
tr:hover>td.remove>img, tr:hover>td.password>img { display:inline; } |
tr:hover>td.remove>img, tr:hover>td.password>img { display:inline; cursor:pointer; } |
||||||
|
tr:hover>td.remove>img { float:right; } |
||||||
li.selected { background-color:#ddd; } |
li.selected { background-color:#ddd; } |
||||||
#content>table { margin-top:6.5em; } |
#content>table { margin-top:6.5em; } |
||||||
table { width:100%; } |
table { width:100%; } |
||||||
|
Loading…
Reference in new issue