diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-04-08 22:43:39 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-04-08 22:43:39 +0200 |
commit | d5f36a8d9e1bf37abb7ea4549b7e907607a1f5db (patch) | |
tree | 9fd8b6394ae4d16a2a7dc24e0140ae60fd4005dc /themes/baggy | |
parent | b96b075b550610275045cce3fd1d36fe67689630 (diff) | |
parent | 08f539f738c0b30426392cd2ea74da96a92c625d (diff) | |
download | wallabag-d5f36a8d9e1bf37abb7ea4549b7e907607a1f5db.tar.gz wallabag-d5f36a8d9e1bf37abb7ea4549b7e907607a1f5db.tar.zst wallabag-d5f36a8d9e1bf37abb7ea4549b7e907607a1f5db.zip |
Merge pull request #623 from wallabag/fix-610
Fix display problem with smartphone and Baggy #610
Diffstat (limited to 'themes/baggy')
-rwxr-xr-x | themes/baggy/css/main.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index 0dd552de..0991dbed 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css | |||
@@ -352,10 +352,10 @@ footer a { | |||
352 | letter-spacing:normal; | 352 | letter-spacing:normal; |
353 | box-shadow: 0 3px 7px rgba(0,0,0,0.3); | 353 | box-shadow: 0 3px 7px rgba(0,0,0,0.3); |
354 | display: inline-block; | 354 | display: inline-block; |
355 | width: 32%!important; | 355 | width: 32%; |
356 | margin-bottom: 1.5em; | 356 | margin-bottom: 1.5em; |
357 | vertical-align: top; | 357 | vertical-align: top; |
358 | margin-left: 1.5%!important; | 358 | margin-left: 1.5%; |
359 | position: relative; | 359 | position: relative; |
360 | overflow: hidden; | 360 | overflow: hidden; |
361 | padding: 1.5em 1.5em 3em 1.5em; | 361 | padding: 1.5em 1.5em 3em 1.5em; |
@@ -492,7 +492,7 @@ footer a { | |||
492 | } | 492 | } |
493 | 493 | ||
494 | .entrie:nth-child(3n+1) { | 494 | .entrie:nth-child(3n+1) { |
495 | margin-left: 0!important; | 495 | margin-left: 0; |
496 | } | 496 | } |
497 | 497 | ||
498 | .results { | 498 | .results { |
@@ -540,7 +540,7 @@ footer a { | |||
540 | 2.1 = "save a link" popup div related styles | 540 | 2.1 = "save a link" popup div related styles |
541 | ========================================================================== */ | 541 | ========================================================================== */ |
542 | 542 | ||
543 | #bagit-form { | 543 | #bagit-form, #search-form { |
544 | background: rgba(0,0,0,0.5); | 544 | background: rgba(0,0,0,0.5); |
545 | position: absolute; | 545 | position: absolute; |
546 | top: 0; | 546 | top: 0; |
@@ -555,7 +555,7 @@ footer a { | |||
555 | border-left: 1px #EEE solid; | 555 | border-left: 1px #EEE solid; |
556 | } | 556 | } |
557 | 557 | ||
558 | #bagit-form form { | 558 | #bagit-form form, #search-form form { |
559 | background: #FFF; | 559 | background: #FFF; |
560 | position: absolute; | 560 | position: absolute; |
561 | top: 0; | 561 | top: 0; |
@@ -568,7 +568,7 @@ footer a { | |||
568 | padding: 2em; | 568 | padding: 2em; |
569 | } | 569 | } |
570 | 570 | ||
571 | a#bagit-form-close { | 571 | a#bagit-form-close, a#search-form-close { |
572 | background: #000; | 572 | background: #000; |
573 | color: #FFF; | 573 | color: #FFF; |
574 | padding: 0.2em 0.5em; | 574 | padding: 0.2em 0.5em; |
@@ -577,7 +577,7 @@ a#bagit-form-close { | |||
577 | float: right; | 577 | float: right; |
578 | font-size: 0.6em; | 578 | font-size: 0.6em; |
579 | } | 579 | } |
580 | a#bagit-form-close:hover { | 580 | a#bagit-form-close:hover, a#search-form-close:hover { |
581 | background: #999; | 581 | background: #999; |
582 | color: #000; | 582 | color: #000; |
583 | } | 583 | } |
@@ -1028,7 +1028,7 @@ blockquote { | |||
1028 | display: none; | 1028 | display: none; |
1029 | } | 1029 | } |
1030 | 1030 | ||
1031 | #bagit-form { | 1031 | #bagit-form, #search-form { |
1032 | left: 0; | 1032 | left: 0; |
1033 | } | 1033 | } |
1034 | } | 1034 | } |