1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Fixing whitespaces

This commit is contained in:
Tim Düsterhus 2012-08-28 22:29:34 +02:00
parent c918ca0c86
commit 09b2840ce1

View File

@ -48,20 +48,20 @@ .timsChatMessageContainer {
} }
#smilies { #smilies {
padding: 14px 21px 7px; padding: 14px 21px 7px;
border-bottom-right-radius: 0px; border-bottom-right-radius: 0px;
> div { > div {
li { li {
display: inline; display: inline;
margin: 5px 5px 0 0; margin: 5px 5px 0 0;
.icon24 { .icon24 {
//width: 16px; //width: 16px;
//height: 16px; //height: 16px;
} }
} }
} }
} }
#timsChatForm { #timsChatForm {
@ -95,9 +95,9 @@ #timsChatOptions {
> li { > li {
> a { > a {
&.button { &.button {
border-radius: 0 0 0 0; border-radius: 0 0 0 0;
margin: 0; margin: 0;
padding-right: 7px; padding-right: 7px;
} }
} }
@ -129,15 +129,15 @@ #timsChatUserList {
border-bottom: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF;
color: rgba(0, 0, 0, 0.4); color: rgba(0, 0, 0, 0.4);
text-shadow: none; text-shadow: none;
> li { > li {
a { a {
background-color: rgba(255, 255, 255, 0.22); background-color: rgba(255, 255, 255, 0.22);
border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px;
margin-left: 35px; margin-left: 35px;
padding: 1px 0 1px 15px; padding: 1px 0 1px 15px;
color: #555; color: #555;
} }
} }
} }
.timsChatAway { .timsChatAway {
@ -193,12 +193,12 @@ .timsChatSidebarTabs {
ul { ul {
background-color: rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.2);
height: 33px; height: 33px;
li { li {
width: 50%; width: 50%;
float: left; float: left;
text-align: center; text-align: center;
a { a {
color: rgba(0, 0, 0, 0.4); color: rgba(0, 0, 0, 0.4);
text-shadow: none; text-shadow: none;
@ -207,10 +207,10 @@ .timsChatSidebarTabs {
-moz-transition-property: border-radius, background-color, font-size; -moz-transition-duration: .2s; -moz-transition-property: border-radius, background-color, font-size; -moz-transition-duration: .2s;
-webkit-transition-property: border-radius, background-color, font-size; -webkit-transition-duration: .2s; -webkit-transition-property: border-radius, background-color, font-size; -webkit-transition-duration: .2s;
.collapsed & { .collapsed & {
border: none !important; border: none !important;
} }
} }
&.active a { &.active a {
@ -244,8 +244,8 @@ .timsChatSidebarTabs {
} }
& .badge { & .badge {
position: relative; position: relative;
top: -1px; top: -1px;
} }
&.active .badge { &.active .badge {
@ -300,14 +300,14 @@ .sidebarContent {
box-shadow: none !important; box-shadow: none !important;
> a { > a {
background-color: rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0.3);
-moz-transition-property: background-color; -moz-transition-duration: .2s; -moz-transition-property: background-color; -moz-transition-duration: .2s;
-webkit-transition-property: background-color; -webkit-transition-duration: .2s; -webkit-transition-property: background-color; -webkit-transition-duration: .2s;
}
&:hover {
> a:hover { background-color: rgb(255, 255, 255);
background-color: rgb(255, 255, 255); }
} }
} }
> li.activeMenuItem { > li.activeMenuItem {