discussthis.css in Discuss This! 6
Same filename and directory in other branches
.discussthis-admin ul { clear: both; list-style-type: none; list-style-image: none; } .discussthis-admin li { background: none; clear: both; list-style-type: none; list-style-image: none; } .discussthis-admin li div { display: block; float: left; } .discussthis-admin li span { float: right; } /* Use the following to reduce the width of the Forum & Format drop downs * This can be necessary with some "narrow" themes .discussthis-admin select { width: 150px; } */ .discussthis-admin .form-item { margin-bottom: 5px; margin-top: 5px; clear: both; } .discussthis-admin ul.discussthis-help { list-style-type: disc; list-style-image: none; } .discussthis-admin ul.discussthis-help li { list-style-type: disc; list-style-image: none; } .discussthis-comments { margin: 15px; }
File
discussthis.cssView source
-
- .discussthis-admin ul {
- clear: both;
- list-style-type: none;
- list-style-image: none;
- }
-
- .discussthis-admin li {
- background: none;
- clear: both;
- list-style-type: none;
- list-style-image: none;
- }
-
- .discussthis-admin li div {
- display: block;
- float: left;
- }
-
- .discussthis-admin li span {
- float: right;
- }
-
- /* Use the following to reduce the width of the Forum & Format drop downs
- * This can be necessary with some "narrow" themes
- .discussthis-admin select {
- width: 150px;
- }
- */
-
- .discussthis-admin .form-item {
- margin-bottom: 5px;
- margin-top: 5px;
- clear: both;
- }
-
- .discussthis-admin ul.discussthis-help {
- list-style-type: disc;
- list-style-image: none;
- }
-
- .discussthis-admin ul.discussthis-help li {
- list-style-type: disc;
- list-style-image: none;
- }
-
- .discussthis-comments {
- margin: 15px;
- }