css fixes

This commit is contained in:
Mario Vavti 2016-01-30 14:26:38 +01:00
parent 0405a49df1
commit 385709853b
2 changed files with 17 additions and 3 deletions

View File

@ -49,7 +49,7 @@ code {
height: 30px; height: 30px;
} }
#profile-jot-end { #profile-jot-wrapper {
margin-bottom: 30px; margin-bottom: 30px;
} }

View File

@ -1160,6 +1160,13 @@ img.mail-conv-sender-photo {
background-color: #fff; background-color: #fff;
} }
#profile-jot-wrapper {
background-color: rgba(254,254,254,.5);
border: 1px solid rgba(254,254,254,.5);
border-radius: $radiuspx;
}
#profile-jot-text { #profile-jot-text {
color:#000; color:#000;
border: 1px solid #cccccc; border: 1px solid #cccccc;
@ -1361,8 +1368,8 @@ img.mail-conv-sender-photo {
/* widgets */ /* widgets */
.widget { .widget {
background-color: rgba(254,254,254,0.5); background-color: rgba(254,254,254,.5);
border-bottom: 1px solid rgba(238,238,238,0.8); border: 1px solid rgba(254,254,254,.5);
-moz-border-radius: $radiuspx; -moz-border-radius: $radiuspx;
-webkit-border-radius: $radiuspx; -webkit-border-radius: $radiuspx;
border-radius: $radiuspx; border-radius: $radiuspx;
@ -1691,6 +1698,13 @@ nav .badge.mail-update:hover {
padding: 7px 10px; padding: 7px 10px;
} }
.nav-tabs.nav-justified {
background-color: rgba(254,254,254,.5);
border: 1px solid rgba(254,254,254,.5);
border-top-left-radius: $radiuspx;
border-top-right-radius: $radiuspx;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus { .nav-tabs.nav-justified > .active > a:focus {