aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJay Sitter <jsitter@gmail.com>2014-10-31 12:35:19 -0400
committerJay Sitter <jsitter@gmail.com>2014-10-31 12:37:54 -0400
commitb95a6f57bf3189a8a45f68901833ba159d90b47e (patch)
tree9f4d3f0bddfc6a444413c2ff4e12ac45c8642586
parentf23fd0ee5e30da5afa35b7d22977f611e524fb0c (diff)
downloadwallabag-b95a6f57bf3189a8a45f68901833ba159d90b47e.tar.gz
wallabag-b95a6f57bf3189a8a45f68901833ba159d90b47e.tar.zst
wallabag-b95a6f57bf3189a8a45f68901833ba159d90b47e.zip
Removing duplicate popup form styles
-rwxr-xr-xthemes/baggy/css/main.css58
1 files changed, 16 insertions, 42 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css
index 873d1799..b2ddf355 100755
--- a/themes/baggy/css/main.css
+++ b/themes/baggy/css/main.css
@@ -540,7 +540,8 @@ footer a {
540 2.1 = "save a link" related styles 540 2.1 = "save a link" related styles
541 ========================================================================== */ 541 ========================================================================== */
542 542
543#bagit-form, #search-form { 543#bagit-form,
544#search-form {
544 background: rgba(0,0,0,0.5); 545 background: rgba(0,0,0,0.5);
545 position: absolute; 546 position: absolute;
546 top: 0; 547 top: 0;
@@ -555,18 +556,18 @@ footer a {
555 border-left: 1px #EEE solid; 556 border-left: 1px #EEE solid;
556} 557}
557 558
558#bagit-form form, #search-form form { 559 #bagit-form form,
559 background: #FFF; 560 #search-form form {
560 position: absolute; 561 background: #FFF;
561 top: 0; 562 position: absolute;
562 left: 0; 563 top: 0;
563 z-index: 20; 564 left: 0;
564 border: 10px solid #000; 565 z-index: 20;
565 width: 400px; 566 border: 10px solid #000;
566 height: 200px; 567 width: 400px;
567 /* margin: -150px 0 0 -300px; */ 568 height: 200px;
568 padding: 2em; 569 padding: 2em;
569} 570 }
570 571
571#bagit-form-form .addurl { 572#bagit-form-form .addurl {
572 margin-left: 0; 573 margin-left: 0;
@@ -645,37 +646,10 @@ a.add-to-wallabag-link-after:after {
645/* ========================================================================== 646/* ==========================================================================
646 2.2 = "search for articles" popup div related styles 647 2.2 = "search for articles" popup div related styles
647 ========================================================================== */ 648 ========================================================================== */
648#search-form {
649 background: rgba(0,0,0,0.5);
650 position: absolute;
651 top: 0;
652 left: 10em;
653 z-index: 20;
654 height: 100%;
655 width: 100%;
656 margin: 0;
657 margin-top: -30%;
658 padding: 2em;
659 display: none;
660 border-left: 1px #EEE solid;
661}
662
663#search-form form {
664 background: #FFF;
665 position: absolute;
666 top: 0;
667 left: 0;
668 z-index: 20;
669 border: 10px solid #000;
670 width: 400px;
671 height: 200px;
672 /* margin: -150px 0 0 -300px; */
673 padding: 2em;
674}
675 649
676#submit-search{ 650#submit-search{
677margin-left: 4em; 651 margin-left: 4em;
678margin-top:1em; 652 margin-top: 1em;
679} 653}
680 654
681/* ========================================================================== 655/* ==========================================================================