source: extensions/SmiliesSupport/template/style.css @ 26590

Last change on this file since 26590 was 23236, checked in by mistic100, 11 years ago

two columns display for shortcuts form, keep save of original smilies.txt file

File size: 513 bytes
Line 
1select[name='folder'], select[name='folder'] option {
2  background-position:2px center;
3  background-repeat:no-repeat;
4  padding:2px 2px 2px 26px;
5  height:22px;
6}
7
8.token-input-list {
9  width:250px !important;
10}
11  .token-input-list li {
12    clear:none !important;
13    padding: 1px 3px !important;
14    margin-bottom: 3px !important;
15  }
16
17table#preview {
18  margin:10px 0;
19}
20  table#preview .spacer {
21    width:30px;
22  }
23
24input[type=text], select, .token-input-list {
25  border-radius:3px;
26}
Note: See TracBrowser for help on using the repository browser.