Changeset 4960


Ignore:
Timestamp:
04/13/14 19:02:57 (10 years ago)
Author:
stephanie.roth@snd.gu.se
Message:

Added more properties for DASISH login labels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/client/trunk/chrome/markingcollection/skin/classic/markingcollection/sidebar.css

    r4761 r4960  
    2828}
    2929
    30 .loginButton {
     30#loginButton, #logoutButton {
    3131    margin-bottom: 15px;
    32 }
    33 
    34 .loginButton:hover {
     32    width: 300px;
     33}
     34
     35#loginButton:hover, #logoutButton:hover {
    3536    cursor: pointer;
    3637}
     
    3940    background-color: #1B76BC;
    4041    color: #ffffff;
    41 }
    42 
    43 /*
    44 #loginLabel:hover {
    45     cursor: pointer;
    46     background-color: #1B76BC;
    47     color: #ffffff;
    48     box-shadow: inset -2px -2px 2px #999;
    49 }
    50 */
     42    border-radius: 5px;
     43    box-shadow: 0px 0px 2px 2px #aaa;
     44    margin: 15px 7px;
     45    margin-bottom: 5px;
     46    padding: 10px;
     47    font-size: 12px;
     48    width: auto;
     49}
    5150
    5251/* ::::: END: DASISH LOGIN LABEL ::::: */
Note: See TracChangeset for help on using the changeset viewer.