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

Last change on this file since 17945 was 17945, checked in by mistic100, 12 years ago
  • stores emails in database (/!\ update only from published version, not from trunk)
  • allow emails to be categorized
File size: 278 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}
Note: See TracBrowser for help on using the repository browser.