source: extensions/ContactForm/admin/template/style.css @ 23205

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

new "clear" theme + config

File size: 490 bytes
Line 
1#emails input[type="text"], select {
2  margin:2px 10px !important;
3}
4
5tr.delete input, tr.delete select {
6  opacity:0.5;
7}
8
9#addEntry {
10  display:inline-block;
11  padding:2px 5px;
12  margin:4px;
13  border-width:1px;
14  border-style:solid;
15  border-radius:10px;
16  font-weight:bold;
17}
18
19.infos.tip {
20  background-image:none;
21  font-weight:normal;
22  padding:10px;
23  min-height:0;
24  width:700px;
25  margin:20px auto 5px auto;
26  border-radius:5px;
27}
28
29.themeBox {
30  height:auto;
31  padding-bottom:5px;
32}
Note: See TracBrowser for help on using the repository browser.