summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 01:14:13 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 01:14:13 +0200
commit85f076385e7a76558732646010ae6c563aec106f (patch)
treef0647439c165ecd1223620f4987031af29ae4beb /css
parent8f833877eebd93f1c938833dd28255c63037588f (diff)
put the showall into the settings slideup
Diffstat (limited to 'css')
-rw-r--r--css/owncloud6.css4
-rw-r--r--css/showall.css41
2 files changed, 0 insertions, 45 deletions
diff --git a/css/owncloud6.css b/css/owncloud6.css
index 1dbab96c5..8f24d4f0f 100644
--- a/css/owncloud6.css
+++ b/css/owncloud6.css
@@ -26,10 +26,6 @@
padding-right: 80px;
}
-.show-all {
- line-height: 44px;
-}
-
#app-navigation .unread > a,
#app-navigation .active > a {
padding-right: 60px;
diff --git a/css/showall.css b/css/showall.css
deleted file mode 100644
index 5e1879baa..000000000
--- a/css/showall.css
+++ /dev/null
@@ -1,41 +0,0 @@
-/**
- * ownCloud - News
- *
- * @author Bernhard Posselt
- * @copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
- * You should have received a copy of the GNU Affero General Public
- * License along with this library. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
-
-.show-all {
- background-color: transparent !important;
- border: 0 !important;
-}
-
-.show-all:hover {
- box-shadow: none !important;
- border: 0 !important;
-}
-
-.show-all > a {
- padding: 5px 0 5px 0 !important;
- text-align: center;
- opacity: .5;
-}
-
-.show-all > a:hover {
- background-color: transparent !important;
-} \ No newline at end of file