summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 01:49:25 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 01:49:25 +0200
commit8cafa3c21ee456f8e35d6b0e03687fb591cfc928 (patch)
tree19e51601d37ad5af599db54b5621fe543f13c466 /css
parent993a4a7ed09e177ee7f598f9fcf31c79c3168121 (diff)
get rid of oc 6 css
Diffstat (limited to 'css')
-rw-r--r--css/content.css10
-rw-r--r--css/owncloud6.css69
2 files changed, 3 insertions, 76 deletions
diff --git a/css/content.css b/css/content.css
index d8f97f217..3382f22fa 100644
--- a/css/content.css
+++ b/css/content.css
@@ -52,11 +52,7 @@
border-top: 1px solid #ccc;
min-height: 120px;
background-image: linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 84px);
- background-image: -o-linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 84px);
- background-image: -moz-linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 84px);
- background-image: -webkit-linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 84px);
- background-image: -ms-linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 84px);
- padding: 35px 0 0 0;
+ padding: 40px 5px 10px 5px;
cursor: default;
}
@@ -208,7 +204,7 @@
*/
.feed_item .item_title {
font-size: 19px;
- margin: 0 182px 0 42px;
+ margin: 0 182px 10px 42px;
font-weight: bold;
word-wrap: break-word;
}
@@ -247,7 +243,7 @@
.feed_item .item_author {
color: #aaa;
font-size: 15px;
- margin: 3px 0 0 42px;
+ margin: 3px 0 5px 42px;
}
.feed_item .item_author a {
diff --git a/css/owncloud6.css b/css/owncloud6.css
deleted file mode 100644
index e1bf7efba..000000000
--- a/css/owncloud6.css
+++ /dev/null
@@ -1,69 +0,0 @@
-/* Feeds */
-#app-navigation .rename-feed > input {
- width: 208px;
- height: 32px;
- border-right: 1px solid #ddd;
- border-radius: 2px;
-}
-
-#app-navigation .progress-icon,
-#app-navigation .problem-icon {
- width: 299px;
- line-height: 44px;
-}
-
-#app-navigation .rename-feed-icon {
- padding-right: 10px;
- padding-left: 5px;
-}
-
-#app-navigation .mark-read-icon {
- padding-right: 20px;
- padding-left: 5px;
-}
-
-#app-navigation li:hover > a {
- padding-right: 80px;
-}
-
-#app-navigation .unread > a,
-#app-navigation .active > a {
- padding-right: 60px;
-}
-
-#app-navigation .active.unread > a {
- padding-right: 80px;
-}
-
-#app-navigation .active.unread:hover > a {
- padding-right: 100px;
-}
-
-#app-navigation li:hover > a {
- padding-right: 80px;
-}
-
-/* more whitespace for articles to fit design */
-#app-content .feed_item {
- padding: 40px 5px 10px 5px;
-}
-
-#app-content .item_title {
- margin-bottom: 10px;
-}
-#app-content .item_author {
- margin-bottom: 5px;
-}
-
-#app-content .body {
- padding-top: 15px;
-}
-
-#app-content .feed_item .body > img:first-child {
- padding-right: 20px;
-}
-
-#app-content .feed_item .utils {
- margin-left: 10px;
-}
-