source: extensions/vkbutton/admin.css @ 31981

Last change on this file since 31981 was 21069, checked in by EvilKant, 11 years ago
File size: 329 bytes
Line 
1input[name="modified"] {
2        visibility: hidden;
3}
4form[name="config_form"] {
5        text-align: center;
6}
7form[name="config_form"] fieldset table tr td:nth-child(2n+1) {
8        text-align: right;
9        width: 150px;
10}
11input[type="text"], select {
12        width: 350px;
13}
14fieldset {
15        margin: 0 auto;
16        width: 500px;
17        margin-bottom: 5px;
18}
Note: See TracBrowser for help on using the repository browser.