diff --git a/website/static/css/main.css b/website/static/css/main.css index 0f59cad11..600af8648 100644 --- a/website/static/css/main.css +++ b/website/static/css/main.css @@ -105,4 +105,54 @@ .panel-heading .row .fa-5x { margin-top: 5px; margin-left: -10px; +} +#issue-dp{ + min-width: 250px; + padding: 14px 14px 0; + overflow:hidden; + background-color:rgba(255,255,255,.8); +} +#issue-dp .help-block{ + font-size:12px +} +#issue-dp .bottom{ + background-color:rgba(255,255,255,.8); + border-top:1px solid #ddd; + clear:both; + padding:14px; +} +#issue-dp .social-buttons{ + margin:12px 0 +} +#issue-dp .social-buttons a{ + width: 49%; +} +#issue-dp .form-group { + margin-bottom: 10px; +} +.btn-fb{ + color: #fff; + background-color:#3b5998; +} +.btn-fb:hover{ + color: #fff; + background-color:#496ebc +} +.btn-tw{ + color: #fff; + background-color:#55acee; +} +.btn-tw:hover{ + color: #fff; + background-color:#59b5fa; +} +@media(max-width:768px){ + #issue-dp{ + background-color: inherit; + color: #fff; + } + #issue-dp .bottom{ + background-color: inherit; + border-top:0 none; + } } \ No newline at end of file diff --git a/website/templates/base_home.html b/website/templates/base_home.html index f2085c9b4..794a61c27 100644 --- a/website/templates/base_home.html +++ b/website/templates/base_home.html @@ -58,7 +58,6 @@