66182d9cdc
This had been bugging me... Adds a 5px space between chat labels and chat text. Untested so probably should double check it first.
38 lines
545 B
Stylus
38 lines
545 B
Stylus
.full-width
|
|
width 100%
|
|
|
|
.border-right
|
|
border-right 1px solid #ddd
|
|
|
|
.tab-notification
|
|
color #fff
|
|
background-color #51a351
|
|
|
|
.tavern-pane
|
|
position relative
|
|
height 250px
|
|
|
|
.tavern-chat, .party-chat
|
|
|
|
li
|
|
padding-top:15px
|
|
padding-bottom:15px
|
|
border-bottom 1px solid #ddd
|
|
word-wrap:break-word
|
|
|
|
&.highlight
|
|
background #EEE
|
|
|
|
label
|
|
margin-right:5px
|
|
|
|
#market-tab
|
|
position relative
|
|
height 500px
|
|
|
|
.buttonList li
|
|
margin: 5px;
|
|
|
|
.option-group .option-time
|
|
padding: 0px 5px
|