@ -43,14 +43,17 @@ div.quota>span { position:absolute; right:0em; white-space:nowrap; top: 0.7em }
select . quota . active { background : #fff ; }
/* APPS */
li { color : #888 ; white-space : nowrap ; }
. appinfo { margin : 1 em ; }
h3 { font-size : 1.4 em ; font-weight : bold ; }
ul . applist li { height : 2.2 em ; padding : 0.2 em 0.2 em 0.2 em 0.8 em !important ; }
li { color : #888 ; }
li . active { color : #000 ; }
small . externalapp { color : #FFF ; background-color : #BBB ; font-weight : bold ; font-size : 6 pt ; padding : 4 px ; border-radius : 4 px ; }
small . externalapp { color : #FFF ; background-color : #BBB ; font-weight : bold ; font-size : 0.6 em ; margin : 0 ; padding : 2 px ; border-radius : 4 px ; }
small . externalapp . list { float : right ; }
span . version { margin-left : 3 em ; color : #ddd ; }
span . version { margin-left : 3 em ; margin-right : 3 em ; color : #555 ; }
. app { position : relative ; display : inline-block ; text-overflow : ellipsis ; overflow : hidden ; white-space : nowrap ; z-index : 100 ; transition : .2 s max-width linear ; -o- transition : .2 s max-width linear ; -moz- transition : .2 s max-width linear ; -webkit- transition : .2 s max-width linear ; -ms- transition : .2 s max-width linear ; }
. app . externalapp { max-width : 10 em ; }
. app { position : relative ; display : inline-block ; padding : 0 !important ; text-overflow : hidden ; overflow : hidden ; white-space : nowrap ; z-index : 100 ; transition : .2 s max-width linear ; -o- transition : .2 s max-width linear ; -moz- transition : .2 s max-width linear ; -webkit- transition : .2 s max-width linear ; -ms- transition : .2 s max-width linear ; }
. app . externalapp { max-width : 12 em ; }
/* Transition to complete width! */
. app : hover , . app : active { max-width : inherit ; }