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

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

update for 2.6

File size: 438 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}
Note: See TracBrowser for help on using the repository browser.