summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-27 20:44:20 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-27 20:44:20 +0100
commiteb532ff3186faf58523dd509c6d208bdd9195e53 (patch)
tree942dae047e30d3e973494d1a2e38d3a0e8066ddd /css
parentbf93d491cefd19fe8ab339725d4c7ce627b6308b (diff)
adding dudes
Diffstat (limited to 'css')
-rw-r--r--css/addnew.css39
-rw-r--r--css/feeds.css4
-rw-r--r--css/owncloud.css8
-rw-r--r--css/settings.css4
4 files changed, 45 insertions, 10 deletions
diff --git a/css/addnew.css b/css/addnew.css
index 17ea8f17f..52759e755 100644
--- a/css/addnew.css
+++ b/css/addnew.css
@@ -2,15 +2,44 @@
background-image: url('%appswebroot%/news/img/add.svg');
}
+.add-new:hover a.opened {
+ background-color: transparent !important;
+}
+
.add-new-popup {
display: none;
- padding: 0 15px;
+ padding: 15px 10px;
}
-.add-new-popup .personalblock:first-child legend {
- padding-top: 15px;
+.add-new input[type=text] {
+ width: 120px;
}
-.add-new input[type=text] {
- width: 100px;
+.add-new select {
+ width: 134px;
+ margin-top: 1px !important;
+}
+
+.add-new input {
+ height: 16px !important;
+}
+
+.add-new input,
+.add-new select {
+ margin: 0 0 5px 0;
+ display: inline-block;
+ float: left;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+ border-right: 0;
+}
+
+.add-new button {
+ margin: 0 0 5px 0;
+ display: inline-block;
+ float: left;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+ height: 30px !important;
+ margin-top: 1px;
} \ No newline at end of file
diff --git a/css/feeds.css b/css/feeds.css
index 53de5cb28..22a290318 100644
--- a/css/feeds.css
+++ b/css/feeds.css
@@ -99,4 +99,6 @@ button.action:hover {
#app-navigation .multiselect {
height:20px;
-} \ No newline at end of file
+}
+
+
diff --git a/css/owncloud.css b/css/owncloud.css
index e6aa01f61..743ba1369 100644
--- a/css/owncloud.css
+++ b/css/owncloud.css
@@ -15,7 +15,7 @@
-moz-box-sizing: border-box; box-sizing: border-box;
text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}
-#app-navigation li.active { background-color: #ccc; text-shadow: 0 1px 0 rgba(255,255,255,.7); }
+#app-navigation li.active { background-color: #ddd; text-shadow: 0 1px 0 rgba(255,255,255,.7); }
#app-navigation > ul > li {
border-bottom: 1px solid #ddd;
@@ -35,7 +35,7 @@
-moz-box-sizing: border-box; box-sizing: border-box;
white-space: nowrap; text-overflow: ellipsis; color: #333;
}
-#app-navigation li:hover > a { background-color: #ccc; }
+#app-navigation li:hover > a { background-color: #ddd; }
#app-navigation > ul > li:hover { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
#app-navigation button.collapse { display: none; }
@@ -80,8 +80,8 @@
}
#app-navigation > ul li.open:hover {
- -webkit-box-shadow: inset 0 0 3px #cccccc;
- box-shadow: inset 0 0 3px #cccccc;
+ -webkit-box-shadow: inset 0 0 3px #ddd;
+ box-shadow: inset 0 0 3px #ddd;
border-top: 1px solid #ccc;
}
diff --git a/css/settings.css b/css/settings.css
index 11573d04a..acf4d0498 100644
--- a/css/settings.css
+++ b/css/settings.css
@@ -4,3 +4,7 @@
width:0;
height:0;
}
+
+#app-settings .opened:hover {
+ background-color: transparent !important;
+}