aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static')
-rwxr-xr-xapp/Resources/static/themes/baggy/css/print.css4
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css19
-rwxr-xr-xapp/Resources/static/themes/material/css/print.css15
3 files changed, 36 insertions, 2 deletions
diff --git a/app/Resources/static/themes/baggy/css/print.css b/app/Resources/static/themes/baggy/css/print.css
index 6f187ff5..f7f6a8ad 100755
--- a/app/Resources/static/themes/baggy/css/print.css
+++ b/app/Resources/static/themes/baggy/css/print.css
@@ -26,7 +26,9 @@
26 div.tools, 26 div.tools,
27 header div, 27 header div,
28 .messages, 28 .messages,
29 .entrie + .results { 29 .entrie + .results,
30 #article .mbm a,
31 #article-informations {
30 display: none !important; 32 display: none !important;
31 } 33 }
32 34
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css
index 99892401..f4230734 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -91,6 +91,7 @@ body {
91 91
92body.login main { 92body.login main {
93 padding: 0; 93 padding: 0;
94 min-height: 100vh;
94} 95}
95 96
96.border-bottom { 97.border-bottom {
@@ -256,6 +257,10 @@ nav input {
256 display: none; 257 display: none;
257} 258}
258 259
260.input-field.nav-panel-add, .input-field.nav-panel-add form {
261 height: 100%;
262}
263
259/* ========================================================================== 264/* ==========================================================================
260 2 = Side-nav 265 2 = Side-nav
261 ========================================================================== */ 266 ========================================================================== */
@@ -346,6 +351,12 @@ main ul.row {
346 351
347.card .card-content .card-title { 352.card .card-content .card-title {
348 line-height: 32px; 353 line-height: 32px;
354 max-height: 64px;
355 display: block;
356}
357
358.card .card-content i.right, .card .card-reveal i.right {
359 margin-left: 0;
349} 360}
350 361
351.card .card-entry-labels { 362.card .card-entry-labels {
@@ -634,6 +645,10 @@ main ul.row {
634 content: "\eae6"; 645 content: "\eae6";
635} 646}
636 647
648.icon-link::before {
649 content: "\e9cb";
650}
651
637footer [class^="icon-"], 652footer [class^="icon-"],
638footer [class*=" icon-"] { 653footer [class*=" icon-"] {
639 font-size: 2em; 654 font-size: 2em;
@@ -660,3 +675,7 @@ div.settings div.input-field ul {
660div.settings div.file-field div { 675div.settings div.file-field div {
661 margin-top: inherit; 676 margin-top: inherit;
662} 677}
678
679.input-field label.active {
680 font-size: 1rem;
681}
diff --git a/app/Resources/static/themes/material/css/print.css b/app/Resources/static/themes/material/css/print.css
index a16be71e..1eb96735 100755
--- a/app/Resources/static/themes/material/css/print.css
+++ b/app/Resources/static/themes/material/css/print.css
@@ -26,10 +26,23 @@
26 div.tools, 26 div.tools,
27 header div, 27 header div,
28 .messages, 28 .messages,
29 .entry + .results { 29 .entry + .results,
30 #slide-out,
31 .progress, .hide-on-large-only,
32 #article > aside,
33 #article .mbm a
34 {
30 display: none !important; 35 display: none !important;
31 } 36 }
32 37
38 main {
39 padding-left: 0 !important;
40 }
41
42 #article {
43 margin: inherit !important;
44 }
45
33 article { 46 article {
34 border: none !important; 47 border: none !important;
35 } 48 }