GitList
Repositories
Help
Report an Issue
vroom360
Code
Commits
Branches
Tags
Search
Tree:
e36c40f
Branches
Tags
master
vroom360
admin
admin_main.css
initial commit
Dev Ghai
commited
e36c40f
at 2013-09-26 06:24:15
admin_main.css
Blame
History
Raw
/* Document : admin_main Created on : Nov 27, 2011, 3:21:03 AM Author : dghai Description: Purpose of the stylesheet follows. */ /* Syntax recommendation http://www.w3.org/TR/REC-CSS2/ */ .error { color:red; } .success { color: green; } .mainContent { padding: 5px; text-align: left; float: left; } .helpText { color: #737373; font-size: small; } #tblQuestions tr td, #tblQuestions tr th { border: 1px #DADADA solid; border-radius: 3px; vertical-align: top; } #tblQuestions tr th { text-align: center; } #tblSearchForm tr td { vertical-align: top; } .inActive { background-color: #FF9D9D; } .active { background-color: #E3F2E1; }