From af65f4d13562ef4a70852df90169e3f9064bb0c5 Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Mon, 9 Jun 2014 14:45:31 +0200 Subject: fix button positions --- css/feeds.css | 6 +++--- css/owncloud6.css | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'css') 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, -- cgit v1.2.3