mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Cleanup Style
- Add comment - Remove unneeded declarations - Fix conflict with search
This commit is contained in:
parent
75adb8e3ab
commit
4aba3376ed
@ -1,20 +1,18 @@
|
|||||||
#chatBox {
|
/**
|
||||||
padding: 0;
|
* Chat-Styles
|
||||||
|
*
|
||||||
|
* @author Tim Düsterhus, Maximilian Mader
|
||||||
|
* @copyright 2010-2011 Tim Düsterhus
|
||||||
|
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
|
||||||
|
* @package timwolla.wcf.chat
|
||||||
|
*/
|
||||||
|
|
||||||
div {
|
#chatRoomContent {
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#chatBox aside, #chatRoomContent {
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
margin-bottom: -20px !important;
|
margin-bottom: -20px !important;
|
||||||
}
|
|
||||||
|
|
||||||
aside {
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
@ -32,18 +30,8 @@ aside {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& aside {
|
|
||||||
padding-right: 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
& aside {
|
|
||||||
padding-left: 1px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#topic, #smileyList, #chatOptions {
|
#topic, #smileyList, #chatOptions {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user