Changeset 4761 for DASISH


Ignore:
Timestamp:
03/19/14 08:58:18 (10 years ago)
Author:
stephanie.roth@snd.gu.se
Message:

Element styling for result === 401.

File:
1 edited

Legend:

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

    r4710 r4761  
    88  min-height: 18px;
    99}
     10
    1011/* ::::: DASISH LOGIN LABEL ::::: */
    11 .loginLabel, .loggedIn {
     12
     13#loginInfo {
     14    border-top: 1px solid #F89015;
     15    border-bottom: 1px solid #F89015;
     16}
     17
     18.notLoggedIn {
    1219    background-color: #F89015;
    1320    color: #1B76BC;
     
    1522    box-shadow: 0px 0px 2px 2px #aaa;
    1623    margin: 15px 7px;
     24    margin-bottom: 5px;
    1725    padding: 10px;
    1826    font-size: 12px;
     27    width: auto;
     28}
     29
     30.loginButton {
     31    margin-bottom: 15px;
     32}
     33
     34.loginButton:hover {
     35    cursor: pointer;
    1936}
    2037
     
    2441}
    2542
    26 .loginLabel:hover {
     43/*
     44#loginLabel:hover {
    2745    cursor: pointer;
    2846    background-color: #1B76BC;
     
    3048    box-shadow: inset -2px -2px 2px #999;
    3149}
     50*/
     51
    3252/* ::::: END: DASISH LOGIN LABEL ::::: */
    3353
Note: See TracChangeset for help on using the changeset viewer.