summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-12-03 15:17:58 +0200
committerLV-426 <lv-426@taproot.org.il>2014-12-03 15:23:22 +0200
commit7599786a896f986d061565787d52265c1880127d (patch)
tree22112847cc10351a098c68bb71b14792d6b77034 /res
parente6d5472df95d551f9b7fd8bcf9824387736da833 (diff)
assume logged-in user, rm userBus
Diffstat (limited to 'res')
-rw-r--r--res/css/style.css12
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;