aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.css
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-30 14:33:28 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-30 14:33:28 +0200
commit46ae0a3f5ada751c9442eca275e15450fad85509 (patch)
tree492b89566511e22b9bade08bbe22a5da5084aea5 /p/themes/base-theme/template.css
parent549500764e66529dae082f4f3cde4d639e8f189e (diff)
BREAK CATEGORIZE SYSTEM!
And begin big changes. See https://github.com/marienfressinaud/FreshRSS/issues/646
Diffstat (limited to 'p/themes/base-theme/template.css')
-rw-r--r--p/themes/base-theme/template.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index dc011503d..792eac299 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -559,6 +559,8 @@ br + br + br {
/*=== GLOBAL VIEW */
/*================*/
/*=== Category boxes */
+
+/* TODO <delete> */
#stream.global .box-category {
display: inline-block;
width: 19em;
@@ -581,6 +583,24 @@ br + br + br {
width: 19em;
max-width: 90%;
}
+/* TODO </delete */
+
+.box {
+ display: inline-block;
+ width: 19em;
+ max-width: 95%;
+ margin: 20px 10px;
+ border: 1px solid #ccc;
+ vertical-align: top;
+}
+.box .box-content {
+ display: block;
+ overflow: auto;
+}
+.box .box-content .item {
+ width: 19em;
+ max-width: 90%;
+}
/*=== Panel */
#overlay {