From c19b9fea0e9f31c9ba2a013d4f96e1fddd1fd513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Sajdl?= Date: Wed, 3 Jan 2018 11:46:24 +0100 Subject: [PATCH] CSS for lang select --- css/main.css | 42 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 36 insertions(+), 6 deletions(-) diff --git a/css/main.css b/css/main.css index 3775371..686aa04 100644 --- a/css/main.css +++ b/css/main.css @@ -335,13 +335,7 @@ a h1{ margin-top: 4px; } -#footerwrap .col-md-8 { - text-align: left; -} - - #footerwrap .col-md-4{ - text-align: right; margin-top: 2px; } @@ -555,3 +549,39 @@ i.danger{ { margin-top: 30px } + +.text-left{ + text-align: left; +} + +.text-right{ + text-align: right; +} + +.text-center{ + text-align: center; +} + +#footerwrap .dropdown-menu{ + background: #337ab7 +} + +#footerwrap .dropdown-menu a{ + color:white; + width: 100%; + padding: 2px 5px; + display: block; + transition: 125ms ease-in-out background-color; + background-color: #337ab7 +} + +#footerwrap .dropdown-menu a:hover{ + background-color: #2f8ad8; +} + +#footerwrap .btn-group.dropup img{ + max-height: 20px; + max-width: 25px; + margin-right: 5px; + vertical-align: middle; +} \ No newline at end of file