source: extensions/typetags/template/style.css @ 26668

Last change on this file since 26668 was 26665, checked in by mistic100, 10 years ago

integrate in new tags manager + rename in Coloured Tags
(my apologies to translators :-) )

File size: 420 bytes
Line 
1#colorpicker-container {
2  float:right;
3  width:450px;
4  margin:auto;
5}
6#colorpicker-container .error {
7  color:#e00;
8  font-weight:bold;
9}
10#colorpicker-container .info {
11  color:#090;
12  font-style:italic;
13}
14
15#colorpicker {
16  float:left;
17  margin-right:15px;
18}
19
20.typetagSelection li {
21  padding:2px 3px 0px 3px;
22  border-radius:4px;
23}
24
25.typetagSelection .buttons {
26  float:right;
27  margin-left:-37px;
28  margin-top:2px;
29}
Note: See TracBrowser for help on using the repository browser.