src/main/webapp/css/base.css
changeset 70 3a53fa30e03e
parent 51 523c5c5b84e5
child 72 077b875a2a0c
equal deleted inserted replaced
69:b1dc0efd1303 70:3a53fa30e03e
     1 /*
     1 /*
     2  * Copyright 2011 Tomas Zeman <tzeman@volny.cz>
     2  * Copyright 2011-2012 Tomas Zeman <tzeman@volny.cz>
     3  *
     3  *
     4  * Licensed under the Apache License, Version 2.0 (the "License");
     4  * Licensed under the Apache License, Version 2.0 (the "License");
     5  * you may not use this file except in compliance with the License.
     5  * you may not use this file except in compliance with the License.
     6  * You may obtain a copy of the License at
     6  * You may obtain a copy of the License at
     7  *
     7  *
    71 
    71 
    72 /* fix for active sf-menu item in span tag */
    72 /* fix for active sf-menu item in span tag */
    73 .sf-menu span {
    73 .sf-menu span {
    74   padding: 0.75em 1em;
    74   padding: 0.75em 1em;
    75 }
    75 }
       
    76 
       
    77 #user-label {
       
    78   font-size: 12px;
       
    79 }