ImpressCMS/impresscms

View on GitHub
htdocs/themes/reflex/content.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#pick div {color: #444;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

#buttontop {float: left; width: 99.5%; background: #e7e7e7; line-height:normal; margin: 0; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-bottom: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

#buttonbar ul { margin:0; margin: 15px 2px 0px 0px; list-style: none; border-left: 1px solid #ccc;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

div#system_info tr {padding: 3px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

#form_SystemBlocksadmin .outer td img {width: 16px; height: 16px; text-align: left; vertical-align: middle;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

#buttonbar a span {float:left; display:block; color:#444; vertical-align: middle;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

div#system_info table {float: left; width: 99.5%; background: #e7e7e7; line-height:normal; margin: 0; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-top: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

2 IDs in the selector, really?
Open

#addautotasks #sat_code_row .odd {width: 70%;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

2 IDs in the selector, really?
Open

#moduleadmin .outer td div#modlogo a img, div#modlogo img{width: 37px; height: 35px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

#buttonbar a:hover span {color:#444;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

2 IDs in the selector, really?
Open

#buttonbar #current a {background: #ecf4fa;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

#buttonbar a:hover span {}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

#buttonbar li {float: left; margin:0; padding:0;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

#buttonbar li:first-child {border-left: 1px solid #ccc;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

#moduleadmin .outer td div#modlogo a img, div#modlogo img{width: 37px; height: 35px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

div#system_info tr:hover {background: #f6f7f7;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

#memberslist a img {width: auto;height: auto;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

#buttonbar {float:left;    width: 99.5%; background: #e7e7e7; line-height:normal; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-bottom: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

#buttonbar a span {float:none;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

#moduleadmin .outer td a img, .outer td a img {width: 20px; height: 20px; text-align: left; vertical-align: middle; padding: 2px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

#groupform .even b {clear: both; margin: 5px 0px; float: left; width: 99%; background: #dcdee0; padding: 3px; border-bottom: 1px solid #ccc;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

2 IDs in the selector, really?
Open

#buttonbar #current a span {color:#000;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

#groupform .icms_checkboxoption {width: 48.9%; padding: 2px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

#buttonbar a {float:left; margin:0; padding:4px 8px; text-decoration:none; background: #f1f2f3; border-right: 1px solid #ccc; border-top: 1px solid #ccc;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Don't use IDs in selectors.
Open

#buttonbar a:hover {color: #000; background: #dcdee0;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Element (div.modupdpoutput) is overqualified, just use .modupdpoutput without element name.
Open

div.modupdpoutput {max-height: 350px; overflow: auto;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Values of 0 shouldn't have units specified.
Open

#buttonbar ul { margin:0; margin: 15px 2px 0px 0px; list-style: none; border-left: 1px solid #ccc;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Element (div#system_info) is overqualified, just use #system_info without element name.
Open

div#system_info tr {padding: 3px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Values of 0 shouldn't have units specified.
Open

#groupform .even b {clear: both; margin: 5px 0px; float: left; width: 99%; background: #dcdee0; padding: 3px; border-bottom: 1px solid #ccc;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Element (div#modlogo) is overqualified, just use #modlogo without element name.
Open

#moduleadmin .outer td div#modlogo a img, div#modlogo img{width: 37px; height: 35px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Element (div#system_info) is overqualified, just use #system_info without element name.
Open

div#system_info table {float: left; width: 99.5%; background: #e7e7e7; line-height:normal; margin: 0; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-top: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Element (ul.menusummary) is overqualified, just use .menusummary without element name.
Open

ul.menusummary {margin-left: 20px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Values of 0 shouldn't have units specified.
Open

#buttonbar ul { margin:0; margin: 15px 2px 0px 0px; list-style: none; border-left: 1px solid #ccc;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Element (div#system_info) is overqualified, just use #system_info without element name.
Open

div#system_info tr:hover {background: #f6f7f7;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Element (td.visible) is overqualified, just use .visible without element name.
Open

td.visible img {height: 14px; width: 14px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Element (div#modlogo) is overqualified, just use #modlogo without element name.
Open

#moduleadmin .outer td div#modlogo a img, div#modlogo img{width: 37px; height: 35px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule is empty.
Open

tr.odd td {}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

#buttontop {float: left; width: 99.5%; background: #e7e7e7; line-height:normal; margin: 0; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-bottom: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Expected (<filter-function-list> | none) but found 'alpha(opacity=70)'.</filter-function-list>
Open

filter:alpha(opacity=70);
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

vertical-align can't be used with display: block.
Open

#buttonbar a span {float:left; display:block; color:#444; vertical-align: middle;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

div#system_info table {float: left; width: 99.5%; background: #e7e7e7; line-height:normal; margin: 0; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-top: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

div#system_info table {float: left; width: 99.5%; background: #e7e7e7; line-height:normal; margin: 0; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-top: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

.outer {width: 100%; border: 1px solid #ccc;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Unknown property 'outline-radius'.
Open

outline-radius:4px; 
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

#groupform .even b {clear: both; margin: 5px 0px; float: left; width: 99%; background: #dcdee0; padding: 3px; border-bottom: 1px solid #ccc;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

#moduleadmin .outer td a img, .outer td a img {width: 20px; height: 20px; text-align: left; vertical-align: middle; padding: 2px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

span.helptext {position: absolute; left: 50%; margin-left: 260px; margin-top: -20px; z-index: 9000; background-color:#000; outline:1px solid #669; border:2px solid #fff; padding:10px 15px; width:200px; display:none; color:#fff; text-align:left; font-size:12px; font-weight:normal;
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

float can't be used with display: inline-block.
Open

.imanager_image_box {float:left; text-align:center; width:165px; background: #e7e7e7; overflow: hidden; display: inline-block; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-bottom: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

#groupform .icms_checkboxoption {width: 48.9%; padding: 2px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

.imanager_image_box {float:left; text-align:center; width:165px; background: #e7e7e7; overflow: hidden; display: inline-block; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-bottom: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

#buttonbar {float:left;    width: 99.5%; background: #e7e7e7; line-height:normal; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-bottom: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule is empty.
Open

#buttonbar a:hover span {}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule is empty.
Open

.foot {}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

.imanager_image_box {float:left; text-align:center; width:165px; background: #e7e7e7; overflow: hidden; display: inline-block; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-bottom: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Using height with padding can sometimes make elements larger than you expect.
Open

#moduleadmin .outer td a img, .outer td a img {width: 20px; height: 20px; text-align: left; vertical-align: middle; padding: 2px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule is empty.
Open

tr.even td {;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

span.helptext {position: absolute; left: 50%; margin-left: 260px; margin-top: -20px; z-index: 9000; background-color:#000; outline:1px solid #669; border:2px solid #fff; padding:10px 15px; width:200px; display:none; color:#fff; text-align:left; font-size:12px; font-weight:normal;
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

#buttontop {float: left; width: 99.5%; background: #e7e7e7; line-height:normal; margin: 0; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-bottom: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

#buttonbar {float:left;    width: 99.5%; background: #e7e7e7; line-height:normal; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-bottom: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#buttonbar {float:left;    width: 99.5%; background: #e7e7e7; line-height:normal; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-bottom: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.imanager_image_info{display:block; font-size: .9em; font-weight:normal; color: #333333; line-height:120%; text-align:left;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.xoopsCode { background-color: #ccc; color:inherit; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0 6px 6px 6px; max-height: 200px; overflow: auto;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.errorMsg,.confirmMsg, .resultMsg , .warningMsg, .successMsg { padding: 3px; text-align:center; border: 1px solid;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#buttonbar a {float:left; margin:0; padding:4px 8px; text-decoration:none; background: #f1f2f3; border-right: 1px solid #ccc; border-top: 1px solid #ccc;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.odd, .head {background: #dcdee0; color: #444; vertical-align: middle; padding: 2px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#moduleadmin .outer td div#modlogo a img, div#modlogo img{width: 37px; height: 35px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.icms_checkboxoption input[type=checkbox] {float: left; outline: none; background: transparent; border: 0;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#groupform .even b {clear: both; margin: 5px 0px; float: left; width: 99%; background: #dcdee0; padding: 3px; border-bottom: 1px solid #ccc;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.imanager_image_label{display:block; font-size: 1.1em; color: #E24949; font-weight:bold; line-height:180%;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa;font-weight: bold; padding: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.icmsQuote { background-color: #ccc; color:inherit; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; font-style:italic; padding: 0 6px 6px 6px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

code {font-family: "Courier New",Courier,monospace; padding: 6px; font-size: .9em;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#buttontop {float: left; width: 99.5%; background: #e7e7e7; line-height:normal; margin: 0; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-bottom: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#buttonbar ul { margin:0; margin: 15px 2px 0px 0px; list-style: none; border-left: 1px solid #ccc;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.imanager_image_box {float:left; text-align:center; width:165px; background: #e7e7e7; overflow: hidden; display: inline-block; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-bottom: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.even {background: #f1f2f3; color: #444; vertical-align: middle; padding: 2px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Outlines should only be modified using :focus.
Open

.icms_checkboxoption input[type=checkbox] {float: left; outline: none; background: transparent; border: 0;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.img_list_info_panel{padding: 5px; margin:5px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#buttonbar a:hover {color: #000; background: #dcdee0;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#form_SystemBlocksadmin .outer td img {width: 16px; height: 16px; text-align: left; vertical-align: middle;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#moduleadmin .outer td a img, .outer td a img {width: 20px; height: 20px; text-align: left; vertical-align: middle; padding: 2px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#memberslist a img {width: auto;height: auto;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.errorMsg { background-color: #FFCCCC;  color:inherit; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa;font-weight: bold; padding: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.xoopsQuote { background-color: #ccc; color:inherit; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; font-style:italic; padding: 0 6px 6px 6px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.icmsCode { background-color: #ccc; color:inherit; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0 6px 6px 6px; max-height: 200px; overflow: auto;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#groupform .icms_checkboxoption {width: 48.9%; padding: 2px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

div#system_info table {float: left; width: 99.5%; background: #e7e7e7; line-height:normal; margin: 0; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-top: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#buttonbar a span {float:left; display:block; color:#444; vertical-align: middle;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.outer {width: 100%; border: 1px solid #ccc;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

span.helptext {position: absolute; left: 50%; margin-left: 260px; margin-top: -20px; z-index: 9000; background-color:#000; outline:1px solid #669; border:2px solid #fff; padding:10px 15px; width:200px; display:none; color:#fff; text-align:left; font-size:12px; font-weight:normal;
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.resultMsg { background-color : #bbb; color: #333; text-align: center; border-top: 1px solid #ccc; border-left: 1px solid #ccc; font-weight: bold; border-right: 1px solid #666; border-bottom: 1px solid #666; padding: 10px;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

table td {padding: 0; border-width: 0;    vertical-align: top;}
Severity: Minor
Found in htdocs/themes/reflex/content.css by csslint

Incorrect end of line character(s) found.
Open

th {padding: 2px; vertical-align : middle;}

Incorrect end of line character(s) found.
Open

-moz-outline-radius:4px; 

Unexpected trailing spaces found.
Open

-moz-outline-radius:4px; 

Incorrect end of line character(s) found.
Open

/* opacity for tooltip box */ 

Incorrect end of line character(s) found.
Open

#memberslist a img {width: auto;height: auto;}

Incorrect end of line character(s) found.
Open

.foot {}

Incorrect end of line character(s) found.
Open

-moz-opacity:0.75;

Incorrect end of line character(s) found.
Open

-webkit-outline-radius:4px;

Incorrect end of line character(s) found.
Open

span.helptext a:hover {text-decoration: underline;}

Incorrect end of line character(s) found.
Open

.xoopsCode { background-color: #ccc; color:inherit; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0 6px 6px 6px; max-height: 200px; overflow: auto;}

Incorrect end of line character(s) found.
Open

.successMsg {background: #cffbce; border: #8efe91; }

Incorrect end of line character(s) found.
Open

div .errorMsg a {text-decoration: underline;}

Incorrect end of line character(s) found.
Open

Incorrect end of line character(s) found.
Open

Incorrect end of line character(s) found.
Open

#groupform .icms_checkboxoption {width: 48.9%; padding: 2px;}

Incorrect end of line character(s) found.
Open

.icms_checkboxoption:hover {background: #f1f2f3;}

Incorrect end of line character(s) found.
Open

}

Incorrect end of line character(s) found.
Open

.icmsCode { background-color: #ccc; color:inherit; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0 6px 6px 6px; max-height: 200px; overflow: auto;}

Incorrect end of line character(s) found.
Open

tr.odd td {}

Incorrect end of line character(s) found.
Open

span.helptext {position: absolute; left: 50%; margin-left: 260px; margin-top: -20px; z-index: 9000; background-color:#000; outline:1px solid #669; border:2px solid #fff; padding:10px 15px; width:200px; display:none; color:#fff; text-align:left; font-size:12px; font-weight:normal;

Incorrect end of line character(s) found.
Open

outline-radius:4px; 

Unexpected trailing spaces found.
Open

/* opacity for tooltip box */ 

Incorrect end of line character(s) found.
Open

.resultMsg {background: #fafbce; border: #fef28e; }

Incorrect end of line character(s) found.
Open

#buttonbar a:hover span {color:#444;}

Incorrect end of line character(s) found.
Open

.imanager_image_box {float:left; text-align:center; width:165px; background: #e7e7e7; overflow: hidden; display: inline-block; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-bottom: 10px;}

Incorrect end of line character(s) found.
Open

.imanager_image_img {display:block; overflow:hidden;}

Incorrect end of line character(s) found.
Open

filter:alpha(opacity=70);

Incorrect end of line character(s) found.
Open

.confirmMsg a {background: transparent;}

Incorrect end of line character(s) found.
Open

#buttonbar a span {float:none;}

Incorrect end of line character(s) found.
Open

#buttonbar #current a span {color:#000;}

Incorrect end of line character(s) found.
Open

Incorrect end of line character(s) found.
Open

/*autotask editor fix*/

Incorrect end of line character(s) found.
Open

.even:hover {background: #f6f7f7;}

Incorrect end of line character(s) found.
Open

#moduleadmin .outer td a img, .outer td a img {width: 20px; height: 20px; text-align: left; vertical-align: middle; padding: 2px;}

Incorrect end of line character(s) found.
Open

opacity: 0.75;

Incorrect end of line character(s) found.
Open

.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa;font-weight: bold; padding: 10px;}

Incorrect end of line character(s) found.
Open

.icmsQuote { background-color: #ccc; color:inherit; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; font-style:italic; padding: 0 6px 6px 6px;}

Incorrect end of line character(s) found.
Open

.icms_checkboxoption label a {float: left; overflow: hidden;}

Incorrect end of line character(s) found.
Open

.imanager_image_btns{display:block; margin-top:3px;}

Incorrect end of line character(s) found.
Open

.outer th {background: #ecf4fa; color: #444;}

Incorrect end of line character(s) found.
Open

#moduleadmin .outer td div#modlogo a img, div#modlogo img{width: 37px; height: 35px;}

Incorrect end of line character(s) found.
Open

.errorMsg { background-color: #FFCCCC;  color:inherit; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa;font-weight: bold; padding: 10px;}

Incorrect end of line character(s) found.
Open

.xoopsQuote { background-color: #ccc; color:inherit; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; font-style:italic; padding: 0 6px 6px 6px;}

Incorrect end of line character(s) found.
Open

#buttonbar a:hover span {}

Incorrect end of line character(s) found.
Open

Incorrect end of line character(s) found.
Open

table {    width: 100%;}

Incorrect end of line character(s) found.
Open

#form_SystemBlocksadmin .outer td img {width: 16px; height: 16px; text-align: left; vertical-align: middle;}

Incorrect end of line character(s) found.
Open

td.visible img {height: 14px; width: 14px;}

Incorrect end of line character(s) found.
Open

/* Tooltip box */

Incorrect end of line character(s) found.
Open

/* outline radius for mozilla/firefox only */ 

Incorrect end of line character(s) found.
Open

Incorrect end of line character(s) found.
Open

tr.even td {;}

Incorrect end of line character(s) found.
Open

/* codes and quotes */

Incorrect end of line character(s) found.
Open

code {font-family: "Courier New",Courier,monospace; padding: 6px; font-size: .9em;}

Incorrect end of line character(s) found.
Open

#buttonbar ul { margin:0; margin: 15px 2px 0px 0px; list-style: none; border-left: 1px solid #ccc;}

Incorrect end of line character(s) found.
Open

.icms_checkboxoption label {float: left; overflow: hidden; vertical-align: middle;}

Incorrect end of line character(s) found.
Open

/*image manager*/

Incorrect end of line character(s) found.
Open

.imanager_image_label{display:block; font-size: 1.1em; color: #E24949; font-weight:bold; line-height:180%;}

Incorrect end of line character(s) found.
Open

.outer {width: 100%; border: 1px solid #ccc;}

Incorrect end of line character(s) found.
Open

.odd, .head {background: #dcdee0; color: #444; vertical-align: middle; padding: 2px;}

Incorrect end of line character(s) found.
Open

Incorrect end of line character(s) found.
Open

Incorrect end of line character(s) found.
Open

.img_list_info_panel{padding: 5px; margin:5px;}

Incorrect end of line character(s) found.
Open

div.successMsg {background: #cffbce; border: 1px solid #92f58f; padding: 3px; text-align: center;}

Incorrect end of line character(s) found.
Open

.errorMsg,.confirmMsg, .resultMsg , .warningMsg, .successMsg { padding: 3px; text-align:center; border: 1px solid;}

Incorrect end of line character(s) found.
Open

Incorrect end of line character(s) found.
Open

#buttonbar {float:left;    width: 99.5%; background: #e7e7e7; line-height:normal; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-bottom: 10px;}

Incorrect end of line character(s) found.
Open

table td {padding: 0; border-width: 0;    vertical-align: top;}

Incorrect end of line character(s) found.
Open

.caption-text img {float: right; padding-top: 2px; z-index: 9999;}

Unexpected trailing spaces found.
Open

/* outline radius for mozilla/firefox only */ 

Unexpected trailing spaces found.
Open

outline-radius:4px; 

Incorrect end of line character(s) found.
Open

Incorrect end of line character(s) found.
Open

.warningMsg {background: #fbcefa; border: #fe8efd; }

Incorrect end of line character(s) found.
Open

#buttonbar a span {float:left; display:block; color:#444; vertical-align: middle;}

Incorrect end of line character(s) found.
Open

.imanager_image_box:hover {background-color: #f6f7f7;}

Incorrect end of line character(s) found.
Open

/* core messages */

Incorrect end of line character(s) found.
Open

.errorMsg {background: #fbced0; border: #fe8e8e; }

Incorrect end of line character(s) found.
Open

.errorMsg a {background: transparent;}

Incorrect end of line character(s) found.
Open

div .errorMsg a:hover {color: #000;}

Incorrect end of line character(s) found.
Open

/* Commented Backslash Hack hides rule from IE5-Mac \*/

Incorrect end of line character(s) found.
Open

/* End IE5-Mac hack */

Incorrect end of line character(s) found.
Open

#buttonbar a:hover {color: #000; background: #dcdee0;}

Incorrect end of line character(s) found.
Open

.icms_checkboxoption input[type=checkbox] {float: left; outline: none; background: transparent; border: 0;}

Incorrect end of line character(s) found.
Open

.imanager_image_info{display:block; font-size: .9em; font-weight:normal; color: #333333; line-height:120%; text-align:left;}

Incorrect end of line character(s) found.
Open

.even {background: #f1f2f3; color: #444; vertical-align: middle; padding: 2px;}

Incorrect end of line character(s) found.
Open

span.helptext a {color: #fff; font-weight: bold;}

Incorrect end of line character(s) found.
Open

/* ===== Redirect messages ===== */

Incorrect end of line character(s) found.
Open

#buttonbar li {float: left; margin:0; padding:0;}

Incorrect end of line character(s) found.
Open

#buttonbar a {float:left; margin:0; padding:4px 8px; text-decoration:none; background: #f1f2f3; border-right: 1px solid #ccc; border-top: 1px solid #ccc;}

Incorrect end of line character(s) found.
Open

.icms_checkboxoption {float: left;}

Incorrect end of line character(s) found.
Open

#addautotasks #sat_code_row .odd {width: 70%;}

Incorrect end of line character(s) found.
Open

ul.menusummary {margin-left: 20px;}

Incorrect end of line character(s) found.
Open

#buttonbar li:first-child {border-left: 1px solid #ccc;}

Incorrect end of line character(s) found.
Open

#groupform .even b {clear: both; margin: 5px 0px; float: left; width: 99%; background: #dcdee0; padding: 3px; border-bottom: 1px solid #ccc;}

Incorrect end of line character(s) found.
Open

Incorrect end of line character(s) found.
Open

/* tables and cells */

Incorrect end of line character(s) found.
Open

.odd:hover, .head:hover {background: #e0e2e4;}

Incorrect end of line character(s) found.
Open

#pick div {color: #444;}

Incorrect end of line character(s) found.
Open

.confirmMsg {background: #ced3fb; border-color: #8e8efe; }

Incorrect end of line character(s) found.
Open

#buttontop {float: left; width: 99.5%; background: #e7e7e7; line-height:normal; margin: 0; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-bottom: 10px;}

Incorrect end of line character(s) found.
Open

div#system_info table {float: left; width: 99.5%; background: #e7e7e7; line-height:normal; margin: 0; padding: 1px; border: 1px solid #fff; outline: 1px solid #ccc; margin-top: 10px;}

Incorrect end of line character(s) found.
Open

-khtml-opacity: 0.75;

Incorrect end of line character(s) found.
Open

.resultMsg { background-color : #bbb; color: #333; text-align: center; border-top: 1px solid #ccc; border-left: 1px solid #ccc; font-weight: bold; border-right: 1px solid #666; border-bottom: 1px solid #666; padding: 10px;}

Incorrect end of line character(s) found.
Open

.imanager_image_img img{max-width:159px;}

Incorrect end of line character(s) found.
Open

div.modupdpoutput {max-height: 350px; overflow: auto;}

Incorrect end of line character(s) found.
Open

#buttonbar #current a {background: #ecf4fa;}

Incorrect end of line character(s) found.
Open

div#system_info tr {padding: 3px;}

There are no issues that match your filters.

Category
Status