summaryrefslogtreecommitdiffstats
path: root/css/explore.css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-23 17:08:45 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-23 17:08:45 +0100
commite3ae4ea0bebc05e7ef16326501a9654ca9095310 (patch)
treedb2d945082ea76a00b472f9ab5b7077e38c22804 /css/explore.css
parent120a94582f62da9cf3ed32ad611ccdd226e5a751 (diff)
add german feeds and allow to change the language
Diffstat (limited to 'css/explore.css')
-rw-r--r--css/explore.css29
1 files changed, 24 insertions, 5 deletions
diff --git a/css/explore.css b/css/explore.css
index 704429322..9945b39bf 100644
--- a/css/explore.css
+++ b/css/explore.css
@@ -26,7 +26,6 @@
#explore .grid-item {
float: left;
width: 300px;
- padding: 30px;
border-collapse: collapse;
border: 1px solid #ccc;
margin: 0 25px 25px 0;
@@ -41,22 +40,31 @@
background-position: 0 center;
}
+#explore h1 a {
+ word-wrap: break-word;
+}
+
#explore h1 a:hover {
text-decoration: underline;
}
+#explore .category-wrapper {
+ text-align: center;
+}
+
#explore .category {
- display: inline-block;
font-weight: normal;
font-size: 10pt;
color: #fff;
background-color: #1d2d44;
- padding: 5px;
- float: right;
- border-radius: 3px;
+ padding: 10px;
font-weight: bold;
}
+#explore .grid-item-content {
+ padding: 30px;
+}
+
#explore .explore-logo {
text-align: center;
margin-top: 25px;
@@ -75,6 +83,17 @@
padding-top: 25px;
}
+#explore .explore-filter {
+ text-align: right;
+ padding: 30px;
+}
+
+#explore .explore-filter input,
+#explore .explore-filter select {
+ margin-left: 10px;
+ display: inline-block;
+}
+
#explore .explore-filter input {
width: 200px;
}