summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorVolkan Gezer <volkangezer@gmail.com>2014-06-09 14:45:31 +0200
committerVolkan Gezer <volkangezer@gmail.com>2014-06-09 14:45:31 +0200
commitaf65f4d13562ef4a70852df90169e3f9064bb0c5 (patch)
tree1c8a055a376e373f44dd7b717026bd39a8276218 /css
parent32ea96acea184e77beb7d6720fa6a2b569a4260e (diff)
fix button positions
Diffstat (limited to 'css')
-rw-r--r--css/feeds.css6
-rw-r--r--css/owncloud6.css3
2 files changed, 5 insertions, 4 deletions
diff --git a/css/feeds.css b/css/feeds.css
index 9b17cd973..6cd6ee6a5 100644
--- a/css/feeds.css
+++ b/css/feeds.css
@@ -222,7 +222,7 @@ button.action:hover {
.rename-feed .action-button {
background-position: center;
- background-repeat: no-repeat;
+ background-repeat: no-repeat;
}
.rename-feed .back-button {
@@ -231,7 +231,7 @@ button.action:hover {
}
.rename-feed .create-button {
- border-radius: 0;
+ border-radius: 3px;
background-image: url('../img/mark_read.svg');
}
@@ -287,4 +287,4 @@ button.action:hover {
.tooltip {
text-shadow: none;
text-transform: none;
-} \ No newline at end of file
+}
diff --git a/css/owncloud6.css b/css/owncloud6.css
index 5d3445cd9..57f98181f 100644
--- a/css/owncloud6.css
+++ b/css/owncloud6.css
@@ -9,10 +9,11 @@
}
#app-navigation .rename-feed > input {
- width: 208px;
height: 32px;
border-right: 1px solid #ddd;
border-radius: 2px;
+ position: relative;
+ top: 5px;
}
#app-navigation .progress-icon,