diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-12-03 15:17:58 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-12-03 15:23:22 +0200 |
| commit | 7599786a896f986d061565787d52265c1880127d (patch) | |
| tree | 22112847cc10351a098c68bb71b14792d6b77034 /res/css/style.css | |
| parent | e6d5472df95d551f9b7fd8bcf9824387736da833 (diff) | |
assume logged-in user, rm userBus
Diffstat (limited to 'res/css/style.css')
| -rw-r--r-- | res/css/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/css/style.css b/res/css/style.css index bac33349..637939c3 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -310,6 +310,18 @@ table { font-family: "Source_Regular", sans-serif; color: #919095; } +.button { +} + +.button:hover { + opacity: 0.7; +} + +#logout-button { + margin-left: 10px; + margin-right: 10px; +} + .add-button { position: relative; height: 30px; |
