This repository has been archived on 2024-07-18. You can view files and clone it, but cannot push or open issues or pull requests.
lwb5/site/static/beta5/css/pg_preferences.css

17 lines
442 B
CSS
Raw Normal View History

2016-01-10 11:01:49 +01:00
table.prefs th {
text-align: left;
padding: 0px 0px 0px 20px;
vertical-align: top;
}
table.prefs td.psec {
text-align: left;
padding: 0px 0px 5px 0px;
}
td.buttons { text-align: center; padding: 0px 0px 50px 0px; }
table.prefs textarea { width: 75%; }
table.prefs select { width: 75%; }
table.prefs .txt { width: 75%; }
table.prefs .err { font-weight: bold; padding: 0px 0px 0px 30px; }
table.prefs .note { padding: 0px 0px 0px 30px; }