aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2017-04-27 14:47:45 +0200
committerlookshe <github@lookshe.org>2017-04-27 14:47:45 +0200
commit589eacefb8bfac0cd0f8e573785f4c36f62ac88e (patch)
tree3434f63c7db1e2bb097c188a40b76d70b7a77a77
parentaf32ef1f9974962936319224e2d241f917f9136f (diff)
first working version vor news and file list
-rw-r--r--css/classic_lineheight.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/css/classic_lineheight.css b/css/classic_lineheight.css
index e69de29..c02e420 100644
--- a/css/classic_lineheight.css
+++ b/css/classic_lineheight.css
@@ -0,0 +1,43 @@
+#app-navigation .add-new .heading button {
+ padding: 0 0 0 32px !important;
+ line-height: 32px !important;
+}
+
+#app-navigation li > a {
+ line-height: 32px !important;
+ min-height: 32px !important;
+}
+
+#app-navigation .app-navigation-entry-utils li {
+ height: 32px !important;
+ line-height: 32px !important;
+}
+
+#app-navigation .app-navigation-entry-utils button {
+ height: 28px !important;
+ line-height: 28px !important;
+}
+
+#fileList tr td.filename>.selectCheckBox + label,
+.select-all + label {
+ height: 44px !important;
+ width: 46px !important;
+}
+
+table td.filename .thumbnail {
+ width: 28px !important;
+ height: 28px !important;
+ margin-top: 0px !important;
+}
+
+table td.filename a.name {
+ height: 34px !important;
+ line-height: 34px !important;
+}
+
+#fileList a.action {
+ line-height: 34px !important;
+ padding: 0px 8px !important;
+}
+
+table td.filename .nametext, .uploadtext, .modified, .column-last>span:first-child {padding: 0px 0 !important;}