aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorAlexandr Danilov <bitbucket@modos189.ru>2015-08-17 15:43:44 +0300
committerAlexandr Danilov <bitbucket@modos189.ru>2015-08-17 15:43:44 +0300
commit727b39a90eddd03502c972ff27f520a1e8c8d3db (patch)
treeaeaf3d9efcadd65e73cfdd14ba86f8a2fbac142d /src
parent790d18a319e6ac9934318cce339d17217e053c63 (diff)
downloadwallabag-727b39a90eddd03502c972ff27f520a1e8c8d3db.tar.gz
wallabag-727b39a90eddd03502c972ff27f520a1e8c8d3db.tar.zst
wallabag-727b39a90eddd03502c972ff27f520a1e8c8d3db.zip
Fix calendar in chromium and reducing the size of the calendar
Diffstat (limited to 'src')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
index a3cbe651..81ea598c 100755
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
@@ -66,6 +66,10 @@ nav, main, footer {
66 display: none; 66 display: none;
67} 67}
68 68
69.picker__date-display {
70 display: none;
71}
72
69/* ========================================================================== 73/* ==========================================================================
70 1 = Nav 74 1 = Nav
71 ========================================================================== */ 75 ========================================================================== */
@@ -190,6 +194,7 @@ nav input {
190.side-nav.fixed.right-aligned { 194.side-nav.fixed.right-aligned {
191 right: -250px; 195 right: -250px;
192 left: auto !important; 196 left: auto !important;
197 overflow-y: visible;
193} 198}
194 199
195/* ========================================================================== 200/* ==========================================================================