Skip to content

Commit cc009bb

Browse files
committed
Update styles
1 parent 6d78b59 commit cc009bb

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

public/assets/styles.css

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ p.nowrap {
602602
height: 18px;
603603
background-color: #337ab7;
604604
border: 1px solid #2e6da4;
605+
filter: none;
605606
}
606607

607608
.icon:hover {
@@ -630,15 +631,23 @@ p.nowrap {
630631

631632
.footer {
632633
border-image: none;
633-
border-top-color: transparent;
634-
position: relative;
634+
border: 1px solid #ddd;
635+
/*position: relative;*/
635636
bottom: 0;
636637
background: #fff;
637-
padding: 1px 0 .5em;
638+
margin: 23px -20px .5em 0;
639+
/*box-shadow: 0 -5px 10px 10px #000000f0;*/
640+
/*box-shadow: 0 -5px 10px 10px rgba(0, 0, 0, .125);*/
641+
box-shadow: none;
638642
}
639643

640644
.footer > div {
641645
background: #fff;
646+
padding: 12px;
647+
}
648+
649+
.footer > div > fieldset {
650+
margin-bottom: 0;
642651
}
643652

644653
.links a {
@@ -669,6 +678,8 @@ p.nowrap {
669678
top: 4px;
670679
right: 4px;
671680
z-index: 710;
681+
background-color: transparent;
682+
box-shadow: none;
672683
}
673684

674685
.rtl .logout {

0 commit comments

Comments
 (0)