@ -17,7 +17,7 @@ input#openid, input#webdav {
background-image : url ( '../img/personal.svg?v=1' ) ;
}
. nav-icon-sessions {
. nav-icon-security {
background-image : url ( '../img/toggle-filelist.svg?v=1' ) ;
}
@ -300,29 +300,29 @@ table.nostyle td {
padding : 0 . 2em 0 ;
}
# sessions table {
# security table {
width : 100 % ;
min-height : 50px ;
padding-top : 5px ;
max-width : 580px ;
}
# sessions table th {
# security table th {
opacity : . 5 ;
}
# sessions table th ,
# sessions table td {
# security table th ,
# security table td {
padding : 10px 10px 10px 0 ;
}
# sessions . token-list td . more {
# security . token-list td . more {
overflow : visible ;
position : relative ;
width : 16px ;
}
# sessions . token-list td {
# security . token-list td {
border-top : 1px solid # DDD ;
text-overflow : ellipsis ;
max-width : 200px ;
@ -332,30 +332,30 @@ table.nostyle td {
position : relative ;
}
# sessions tr > * : nth-child ( 2 ) {
# security tr > * : nth-child ( 2 ) {
text-align : right ;
}
# sessions . token-list td > a . icon {
# security . token-list td > a . icon {
opacity : 0 ;
transition : opacity 0 . 5s ;
}
# sessions . token-list a . icon {
# security . token-list a . icon {
margin-top : 4px ;
display : block ;
}
# sessions . token-list tr : hover td > a . icon ,
# sessions . token-list tr . active td > a . icon {
# security . token-list tr : hover td > a . icon ,
# security . token-list tr . active td > a . icon {
opacity : 0 . 6 ;
}
# sessions . token-list td div . configure {
# security . token-list td div . configure {
display : none ;
}
# sessions . token-list tr . active div . configure {
# security . token-list tr . active div . configure {
display : block ;
position : absolute ;
top : 45px ;
@ -363,17 +363,17 @@ table.nostyle td {
padding : 10px ;
}
# sessions . token-list div . configure : after {
# security . token-list div . configure : after {
right : 13px ;
}
# sessions . token-list tr . active div . configure > * {
# security . token-list tr . active div . configure > * {
margin-top : 5px ;
margin-bottom : 5px ;
display : inline-block ;
}
# sessions . token-list tr . active a . icon-delete {
# security . token-list tr . active a . icon-delete {
background-position : left ;
padding-left : 20px ;
}