New style partially complete
@@ -1,466 +1,45 @@
|
||||
body
|
||||
body {
|
||||
padding-top: 49px;
|
||||
}
|
||||
|
||||
#content {
|
||||
padding: .5em 1em;
|
||||
}
|
||||
|
||||
.brand
|
||||
{
|
||||
background-image: url('/Content/images/Background.png');
|
||||
background-repeat: repeat-x;
|
||||
background-color: #b4eff6;
|
||||
font-size: 85%;
|
||||
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #696969;
|
||||
background: url(images/Header.png) no-repeat left center;
|
||||
height: 28px;
|
||||
width: 266px;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #2f3569;
|
||||
text-decoration: underline;
|
||||
.navbar .brand {
|
||||
margin-left: 20px;
|
||||
margin-right: -20px;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #1f2346;
|
||||
text-decoration: underline;
|
||||
.nav li {
|
||||
line-height: 29px;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #b76d00;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #d57f00;
|
||||
}
|
||||
|
||||
p, ul {
|
||||
margin-bottom: 20px;
|
||||
line-height: 1.6em;
|
||||
}
|
||||
|
||||
header,
|
||||
footer,
|
||||
nav,
|
||||
section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* HEADINGS
|
||||
----------------------------------------------------------*/
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-size: 1.5em;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding: 0 0 5px 0;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
h5, h6 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/* PRIMARY LAYOUT ELEMENTS
|
||||
----------------------------------------------------------*/
|
||||
|
||||
/* you can specify a greater or lesser percentage for the
|
||||
page width. Or, you can specify an exact pixel width. */
|
||||
.page {
|
||||
width: 90%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
header, #header {
|
||||
position: relative;
|
||||
margin-bottom: 0;
|
||||
color: #000;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
header h1, #header h1 {
|
||||
font-weight: bold;
|
||||
padding: 5px 0;
|
||||
margin: 0;
|
||||
color: #fff;
|
||||
border: none;
|
||||
line-height: 2em;
|
||||
font-size: 32px !important;
|
||||
}
|
||||
|
||||
#header h1 a
|
||||
{
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#main
|
||||
{
|
||||
clear: both;
|
||||
padding: 30px 30px 15px 30px;
|
||||
background-color: #fff;
|
||||
border-radius: 4px 0 0 0;
|
||||
-webkit-border-radius: 4px 0 0 0;
|
||||
-moz-border-radius: 4px 0 0 0;
|
||||
}
|
||||
|
||||
footer,
|
||||
#footer {
|
||||
background-color: #777;
|
||||
color: #444;
|
||||
padding: 10px 0;
|
||||
footer {
|
||||
background-color: #101010;
|
||||
color: #666;
|
||||
text-align: center;
|
||||
line-height: normal;
|
||||
margin: 0 0 30px 0;
|
||||
font-size: .9em;
|
||||
border-radius: 0 0 4px 4px;
|
||||
-webkit-border-radius: 0 0 4px 4px;
|
||||
-moz-border-radius: 0 0 4px 4px;
|
||||
}
|
||||
|
||||
/* TAB MENU
|
||||
----------------------------------------------------------*/
|
||||
ul#menu {
|
||||
border-bottom: 1px #73acb3 solid;
|
||||
padding: 0 0 2px;
|
||||
position: relative;
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
ul#menu li {
|
||||
display: inline;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
ul#menu li#greeting {
|
||||
padding: 10px 20px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
line-height: 2.8em;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
ul#menu li a {
|
||||
padding: 10px 20px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
line-height: 2.8em;
|
||||
background-color: #d0d9c2;
|
||||
color: #d57f00;
|
||||
border-radius: 4px 4px 0 0;
|
||||
-webkit-border-radius: 4px 4px 0 0;
|
||||
-moz-border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
ul#menu li a:hover {
|
||||
background-color: #f1fff8;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
ul#menu li a:active {
|
||||
background-color: #f1fff8;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
ul#menu li.selected a {
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/* FORM LAYOUT ELEMENTS
|
||||
----------------------------------------------------------*/
|
||||
|
||||
fieldset
|
||||
{
|
||||
border: 2px solid #81B3B3;
|
||||
width: 675px;
|
||||
padding: 0 1.4em 1.4em 1.4em;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
legend {
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
textarea {
|
||||
min-height: 75px;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="password"] {
|
||||
border: 1px solid #ccc;
|
||||
color: #444;
|
||||
width: 200px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
select {
|
||||
border: 1px solid #ccc;
|
||||
padding: 2px;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
/* TABLE
|
||||
----------------------------------------------------------*/
|
||||
|
||||
table {
|
||||
border: solid 1px #e4f2f2;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table td {
|
||||
padding: 4px;
|
||||
border: solid 1px #e4f2f2;
|
||||
}
|
||||
|
||||
table th {
|
||||
padding: 6px 4px;
|
||||
text-align: left;
|
||||
background-color: #e4f2f2;
|
||||
border: solid 1px #e4f2f2;
|
||||
.qtip-content dt {
|
||||
line-height: 10px;
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
tbody td:nth-of-type(odd),
|
||||
tbody tr:nth-of-type(odd) {
|
||||
background:#e8eef4;
|
||||
background:rgba(232, 238, 244, 0.25);
|
||||
}
|
||||
|
||||
table tfoot td {
|
||||
background-color: #e4f2f2;
|
||||
border: solid 1px #e4f2f2;
|
||||
}
|
||||
|
||||
|
||||
/* MISC
|
||||
----------------------------------------------------------*/
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: Red;
|
||||
}
|
||||
|
||||
nav,
|
||||
#menucontainer {
|
||||
margin-top: 5px;
|
||||
clear: both;
|
||||
float: left;
|
||||
}
|
||||
|
||||
div#title {
|
||||
display: block;
|
||||
float: left;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div#title a
|
||||
{
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
form#filter
|
||||
{
|
||||
display: inline-block;
|
||||
}
|
||||
div#newLog
|
||||
{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
/* Styles for validation helpers
|
||||
-----------------------------------------------------------*/
|
||||
.field-validation-error {
|
||||
color: #AA5755;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.field-validation-valid {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.input-validation-error {
|
||||
border: 1px solid #6E1E1C;
|
||||
background-color: #F3E2E2;
|
||||
}
|
||||
|
||||
.validation-summary-errors {
|
||||
font-weight: bold;
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
.validation-summary-valid {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Styles for editor and display helpers
|
||||
----------------------------------------------------------*/
|
||||
.display-field-container, .editor-field-container
|
||||
{
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
padding-right: 15px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.display-label,
|
||||
.editor-label
|
||||
{
|
||||
color: #7F6F50;
|
||||
margin: 1em 0 0 0;
|
||||
}
|
||||
|
||||
.display-field,
|
||||
.editor-field {
|
||||
margin: 0.5em 0 0 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.text-box {
|
||||
width: 30em;
|
||||
}
|
||||
|
||||
.text-box.multi-line {
|
||||
height: 6.5em;
|
||||
}
|
||||
|
||||
.tri-state {
|
||||
width: 6em;
|
||||
}
|
||||
|
||||
.format-hint
|
||||
{
|
||||
color: #806F50;
|
||||
font-size: .8em;
|
||||
font-style: italic;
|
||||
margin-top: 2px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
|
||||
/* Input types */
|
||||
|
||||
.vehicleId input
|
||||
{
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.endOdometer input
|
||||
{
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.gasPurchased input
|
||||
{
|
||||
width: 45px;
|
||||
}
|
||||
|
||||
.date input
|
||||
{
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
.units
|
||||
{
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
.employeeName input
|
||||
{
|
||||
width: 135px;
|
||||
}
|
||||
|
||||
.cityName input
|
||||
{
|
||||
width: 125px;
|
||||
}
|
||||
|
||||
.logType .radiobutton
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.modelYear input
|
||||
{
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.make input
|
||||
{
|
||||
width: 80px
|
||||
}
|
||||
|
||||
.key input
|
||||
{
|
||||
width: 30px
|
||||
}
|
||||
|
||||
.model input
|
||||
{
|
||||
width: 80px
|
||||
}
|
||||
|
||||
.vin input
|
||||
{
|
||||
width: 150px
|
||||
}
|
||||
|
||||
.report-miles
|
||||
{
|
||||
text-decoration: underline;
|
||||
.qtip-content dd {
|
||||
line-height: 10px;
|
||||
margin-left: 120px;
|
||||
}
|
||||
|
||||
.report-calculation
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.report-calculation table
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ui-icon
|
||||
{
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
.qtip-content h5
|
||||
{
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.qtip-content p
|
||||
{
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.ui-message
|
||||
{
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
@media print {
|
||||
#header,
|
||||
#footer,
|
||||
.no-print
|
||||
{ display:none }
|
||||
}
|
||||
@@ -0,0 +1,465 @@
|
||||
body
|
||||
{
|
||||
background-image: url('/Content/images/Background.png');
|
||||
background-repeat: repeat-x;
|
||||
background-color: #b4eff6;
|
||||
font-size: 85%;
|
||||
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #696969;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #2f3569;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #1f2346;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #b76d00;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #d57f00;
|
||||
}
|
||||
|
||||
p, ul {
|
||||
margin-bottom: 20px;
|
||||
line-height: 1.6em;
|
||||
}
|
||||
|
||||
header,
|
||||
footer,
|
||||
nav,
|
||||
section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* HEADINGS
|
||||
----------------------------------------------------------*/
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-size: 1.5em;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding: 0 0 5px 0;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
h5, h6 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/* PRIMARY LAYOUT ELEMENTS
|
||||
----------------------------------------------------------*/
|
||||
|
||||
/* you can specify a greater or lesser percentage for the
|
||||
page width. Or, you can specify an exact pixel width. */
|
||||
.page {
|
||||
width: 90%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
header, #header {
|
||||
position: relative;
|
||||
margin-bottom: 0;
|
||||
color: #000;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
header h1, #header h1 {
|
||||
font-weight: bold;
|
||||
padding: 5px 0;
|
||||
margin: 0;
|
||||
color: #fff;
|
||||
border: none;
|
||||
line-height: 2em;
|
||||
font-size: 32px !important;
|
||||
}
|
||||
|
||||
#header h1 a
|
||||
{
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#main
|
||||
{
|
||||
clear: both;
|
||||
padding: 30px 30px 15px 30px;
|
||||
background-color: #fff;
|
||||
border-radius: 4px 0 0 0;
|
||||
-webkit-border-radius: 4px 0 0 0;
|
||||
-moz-border-radius: 4px 0 0 0;
|
||||
}
|
||||
|
||||
footer,
|
||||
#footer {
|
||||
background-color: #777;
|
||||
color: #444;
|
||||
padding: 10px 0;
|
||||
text-align: center;
|
||||
line-height: normal;
|
||||
margin: 0 0 30px 0;
|
||||
font-size: .9em;
|
||||
border-radius: 0 0 4px 4px;
|
||||
-webkit-border-radius: 0 0 4px 4px;
|
||||
-moz-border-radius: 0 0 4px 4px;
|
||||
}
|
||||
|
||||
/* TAB MENU
|
||||
----------------------------------------------------------*/
|
||||
ul#menu {
|
||||
border-bottom: 1px #73acb3 solid;
|
||||
padding: 0 0 2px;
|
||||
position: relative;
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
ul#menu li {
|
||||
display: inline;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
ul#menu li#greeting {
|
||||
padding: 10px 20px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
line-height: 2.8em;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
ul#menu li a {
|
||||
padding: 10px 20px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
line-height: 2.8em;
|
||||
background-color: #d0d9c2;
|
||||
color: #d57f00;
|
||||
border-radius: 4px 4px 0 0;
|
||||
-webkit-border-radius: 4px 4px 0 0;
|
||||
-moz-border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
ul#menu li a:hover {
|
||||
background-color: #f1fff8;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
ul#menu li a:active {
|
||||
background-color: #f1fff8;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
ul#menu li.selected a {
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/* FORM LAYOUT ELEMENTS
|
||||
----------------------------------------------------------*/
|
||||
|
||||
fieldset
|
||||
{
|
||||
border: 2px solid #81B3B3;
|
||||
width: 675px;
|
||||
padding: 0 1.4em 1.4em 1.4em;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
legend {
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
textarea {
|
||||
min-height: 75px;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="password"] {
|
||||
border: 1px solid #ccc;
|
||||
color: #444;
|
||||
width: 200px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
select {
|
||||
border: 1px solid #ccc;
|
||||
padding: 2px;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
/* TABLE
|
||||
----------------------------------------------------------*/
|
||||
|
||||
table {
|
||||
border: solid 1px #e4f2f2;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table td {
|
||||
padding: 4px;
|
||||
border: solid 1px #e4f2f2;
|
||||
}
|
||||
|
||||
table th {
|
||||
padding: 6px 4px;
|
||||
text-align: left;
|
||||
background-color: #e4f2f2;
|
||||
border: solid 1px #e4f2f2;
|
||||
}
|
||||
|
||||
tbody td:nth-of-type(odd),
|
||||
tbody tr:nth-of-type(odd) {
|
||||
background:#e8eef4;
|
||||
background:rgba(232, 238, 244, 0.25);
|
||||
}
|
||||
|
||||
table tfoot td {
|
||||
background-color: #e4f2f2;
|
||||
border: solid 1px #e4f2f2;
|
||||
}
|
||||
|
||||
|
||||
/* MISC
|
||||
----------------------------------------------------------*/
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: Red;
|
||||
}
|
||||
|
||||
nav,
|
||||
#menucontainer {
|
||||
margin-top: 5px;
|
||||
clear: both;
|
||||
float: left;
|
||||
}
|
||||
|
||||
div#title {
|
||||
display: block;
|
||||
float: left;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div#title a
|
||||
{
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
form#filter
|
||||
{
|
||||
display: inline-block;
|
||||
}
|
||||
div#newLog
|
||||
{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
/* Styles for validation helpers
|
||||
-----------------------------------------------------------*/
|
||||
.field-validation-error {
|
||||
color: #AA5755;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.field-validation-valid {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.input-validation-error {
|
||||
border: 1px solid #6E1E1C;
|
||||
background-color: #F3E2E2;
|
||||
}
|
||||
|
||||
.validation-summary-errors {
|
||||
font-weight: bold;
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
.validation-summary-valid {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Styles for editor and display helpers
|
||||
----------------------------------------------------------*/
|
||||
.display-field-container, .editor-field-container
|
||||
{
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
padding-right: 15px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.display-label,
|
||||
.editor-label
|
||||
{
|
||||
color: #7F6F50;
|
||||
margin: 1em 0 0 0;
|
||||
}
|
||||
|
||||
.display-field,
|
||||
.editor-field {
|
||||
margin: 0.5em 0 0 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.text-box {
|
||||
width: 30em;
|
||||
}
|
||||
|
||||
.text-box.multi-line {
|
||||
height: 6.5em;
|
||||
}
|
||||
|
||||
.tri-state {
|
||||
width: 6em;
|
||||
}
|
||||
|
||||
.format-hint
|
||||
{
|
||||
color: #806F50;
|
||||
font-size: .8em;
|
||||
font-style: italic;
|
||||
margin-top: 2px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
/* Input types */
|
||||
|
||||
.vehicleId input
|
||||
{
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.endOdometer input
|
||||
{
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.gasPurchased input
|
||||
{
|
||||
width: 45px;
|
||||
}
|
||||
|
||||
.date input
|
||||
{
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
.units
|
||||
{
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
.employeeName input
|
||||
{
|
||||
width: 135px;
|
||||
}
|
||||
|
||||
.cityName input
|
||||
{
|
||||
width: 125px;
|
||||
}
|
||||
|
||||
.logType .radiobutton
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.modelYear input
|
||||
{
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.make input
|
||||
{
|
||||
width: 80px
|
||||
}
|
||||
|
||||
.key input
|
||||
{
|
||||
width: 30px
|
||||
}
|
||||
|
||||
.model input
|
||||
{
|
||||
width: 80px
|
||||
}
|
||||
|
||||
.vin input
|
||||
{
|
||||
width: 150px
|
||||
}
|
||||
|
||||
.report-miles
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.report-calculation
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.report-calculation table
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ui-icon
|
||||
{
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
.qtip-content h5
|
||||
{
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.qtip-content p
|
||||
{
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.ui-message
|
||||
{
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
@media print {
|
||||
#header,
|
||||
#footer,
|
||||
.no-print
|
||||
{ display:none }
|
||||
}
|
||||
@@ -1,254 +1,23 @@
|
||||
body
|
||||
body {
|
||||
padding-top: 49px;
|
||||
}
|
||||
|
||||
#content {
|
||||
padding: .5em 1em;
|
||||
}
|
||||
|
||||
.brand
|
||||
{
|
||||
font-size: 75%;
|
||||
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
|
||||
color: #232323;
|
||||
background-color: #fff;
|
||||
background: url(images/Header.png) no-repeat left center;
|
||||
height: 28px;
|
||||
width: 266px;
|
||||
}
|
||||
|
||||
#header
|
||||
{
|
||||
width: 452px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
input[type="radio"]
|
||||
{
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
h4
|
||||
{
|
||||
color: #366;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
|
||||
/* TABLE
|
||||
----------------------------------------------------------*/
|
||||
|
||||
table {
|
||||
border: solid 1px #e4f2f2;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table td {
|
||||
padding: 4px;
|
||||
border: solid 1px #e4f2f2;
|
||||
}
|
||||
|
||||
table th
|
||||
{
|
||||
color: #7F6F50;
|
||||
padding: 6px 4px;
|
||||
text-align: left;
|
||||
background-color: #e4f2f2;
|
||||
border: solid 1px #e4f2f2;
|
||||
}
|
||||
|
||||
tbody td:nth-of-type(odd),
|
||||
tbody tr:nth-of-type(odd) {
|
||||
background:#e4f2f2;
|
||||
background:rgba(228,242,242, 0.25);
|
||||
}
|
||||
|
||||
table tfoot td {
|
||||
background-color: #e4f2f2;
|
||||
border: solid 1px #e4f2f2;
|
||||
}
|
||||
|
||||
/* Styles for basic forms http://colorschemedesigner.com/#3i31Sg0llw0w0
|
||||
-----------------------------------------------------------*/
|
||||
|
||||
fieldset
|
||||
{
|
||||
border:2px solid #81B3B3;
|
||||
padding:0 1.4em 1.4em 1.4em;
|
||||
margin:0 0 1.5em 0;
|
||||
}
|
||||
|
||||
legend
|
||||
{
|
||||
color: #366;
|
||||
font-size:1.2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
textarea
|
||||
{
|
||||
min-height: 75px;
|
||||
}
|
||||
|
||||
.editor-label
|
||||
{
|
||||
color: #7F6F50;
|
||||
margin: 1em 0 0 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.editor-field
|
||||
{
|
||||
margin:0.2em 0 0 0;
|
||||
}
|
||||
|
||||
|
||||
.display-label
|
||||
{
|
||||
color: #7F6F50;
|
||||
margin: 1em 0 0 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.display-field
|
||||
{
|
||||
margin:0.2em 0 0 0;
|
||||
}
|
||||
|
||||
|
||||
/* Styles for validation helpers
|
||||
-----------------------------------------------------------*/
|
||||
.field-validation-error
|
||||
{
|
||||
color: #AA5755;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.field-validation-valid
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.input-validation-error
|
||||
{
|
||||
border: 1px solid #6E1E1C;
|
||||
background-color: #F3E2E2;
|
||||
}
|
||||
|
||||
.validation-summary-errors
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #AA5755;
|
||||
}
|
||||
|
||||
.validation-summary-valid
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Input types */
|
||||
|
||||
.vehicleId input
|
||||
{
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.endOdometer input
|
||||
{
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.gasPurchased input
|
||||
{
|
||||
width: 45px;
|
||||
}
|
||||
|
||||
.date input
|
||||
{
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
.units
|
||||
{
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
.employeeName input
|
||||
{
|
||||
width: 135px;
|
||||
}
|
||||
|
||||
.cityName input
|
||||
{
|
||||
width: 125px;
|
||||
}
|
||||
|
||||
.logType .radiobutton
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Errors */
|
||||
|
||||
|
||||
.vehicle-id .field-validation-error
|
||||
{
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.odometer .field-validation-error
|
||||
{
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.gas .field-validation-error
|
||||
{
|
||||
width: 45px;
|
||||
}
|
||||
|
||||
.date .field-validation-error
|
||||
{
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
.employeeName .field-validation-error
|
||||
{
|
||||
width: 135px;
|
||||
}
|
||||
|
||||
.cityName .field-validation-error
|
||||
{
|
||||
width: 125px;
|
||||
}
|
||||
|
||||
/* hint! */
|
||||
|
||||
.format-hint
|
||||
{
|
||||
color: #806F50;
|
||||
font-size: .8em;
|
||||
font-style: italic;
|
||||
margin-top: 2px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.subscript
|
||||
{
|
||||
font-size: .8em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.warning
|
||||
{
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
span#icon-employee-history
|
||||
{
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
left: -20px;
|
||||
bottom: -3px;
|
||||
.navbar .brand {
|
||||
margin-left: 20px;
|
||||
margin-right: -20px;
|
||||
}
|
||||
|
||||
.transparent {
|
||||
opacity: 0.1;
|
||||
.nav li {
|
||||
line-height: 29px;
|
||||
}
|
||||
|
||||
.loading {
|
||||
background-image: url('/Content/images/spinner.gif');
|
||||
background-repeat: no-repeat;
|
||||
background-position: right;
|
||||
padding-right: 20px;
|
||||
}
|
||||
@@ -0,0 +1,254 @@
|
||||
body
|
||||
{
|
||||
font-size: 75%;
|
||||
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
|
||||
color: #232323;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#header
|
||||
{
|
||||
width: 452px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
input[type="radio"]
|
||||
{
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
h4
|
||||
{
|
||||
color: #366;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
|
||||
/* TABLE
|
||||
----------------------------------------------------------*/
|
||||
|
||||
table {
|
||||
border: solid 1px #e4f2f2;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table td {
|
||||
padding: 4px;
|
||||
border: solid 1px #e4f2f2;
|
||||
}
|
||||
|
||||
table th
|
||||
{
|
||||
color: #7F6F50;
|
||||
padding: 6px 4px;
|
||||
text-align: left;
|
||||
background-color: #e4f2f2;
|
||||
border: solid 1px #e4f2f2;
|
||||
}
|
||||
|
||||
tbody td:nth-of-type(odd),
|
||||
tbody tr:nth-of-type(odd) {
|
||||
background:#e4f2f2;
|
||||
background:rgba(228,242,242, 0.25);
|
||||
}
|
||||
|
||||
table tfoot td {
|
||||
background-color: #e4f2f2;
|
||||
border: solid 1px #e4f2f2;
|
||||
}
|
||||
|
||||
/* Styles for basic forms http://colorschemedesigner.com/#3i31Sg0llw0w0
|
||||
-----------------------------------------------------------*/
|
||||
|
||||
fieldset
|
||||
{
|
||||
border:2px solid #81B3B3;
|
||||
padding:0 1.4em 1.4em 1.4em;
|
||||
margin:0 0 1.5em 0;
|
||||
}
|
||||
|
||||
legend
|
||||
{
|
||||
color: #366;
|
||||
font-size:1.2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
textarea
|
||||
{
|
||||
min-height: 75px;
|
||||
}
|
||||
|
||||
.editor-label
|
||||
{
|
||||
color: #7F6F50;
|
||||
margin: 1em 0 0 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.editor-field
|
||||
{
|
||||
margin:0.2em 0 0 0;
|
||||
}
|
||||
|
||||
|
||||
.display-label
|
||||
{
|
||||
color: #7F6F50;
|
||||
margin: 1em 0 0 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.display-field
|
||||
{
|
||||
margin:0.2em 0 0 0;
|
||||
}
|
||||
|
||||
|
||||
/* Styles for validation helpers
|
||||
-----------------------------------------------------------*/
|
||||
.field-validation-error
|
||||
{
|
||||
color: #AA5755;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.field-validation-valid
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.input-validation-error
|
||||
{
|
||||
border: 1px solid #6E1E1C;
|
||||
background-color: #F3E2E2;
|
||||
}
|
||||
|
||||
.validation-summary-errors
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #AA5755;
|
||||
}
|
||||
|
||||
.validation-summary-valid
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Input types */
|
||||
|
||||
.vehicleId input
|
||||
{
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.endOdometer input
|
||||
{
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.gasPurchased input
|
||||
{
|
||||
width: 45px;
|
||||
}
|
||||
|
||||
.date input
|
||||
{
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
.units
|
||||
{
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
.employeeName input
|
||||
{
|
||||
width: 135px;
|
||||
}
|
||||
|
||||
.cityName input
|
||||
{
|
||||
width: 125px;
|
||||
}
|
||||
|
||||
.logType .radiobutton
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Errors */
|
||||
|
||||
|
||||
.vehicle-id .field-validation-error
|
||||
{
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.odometer .field-validation-error
|
||||
{
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.gas .field-validation-error
|
||||
{
|
||||
width: 45px;
|
||||
}
|
||||
|
||||
.date .field-validation-error
|
||||
{
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
.employeeName .field-validation-error
|
||||
{
|
||||
width: 135px;
|
||||
}
|
||||
|
||||
.cityName .field-validation-error
|
||||
{
|
||||
width: 125px;
|
||||
}
|
||||
|
||||
/* hint! */
|
||||
|
||||
.format-hint
|
||||
{
|
||||
color: #806F50;
|
||||
font-size: .8em;
|
||||
font-style: italic;
|
||||
margin-top: 2px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.subscript
|
||||
{
|
||||
font-size: .8em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.warning
|
||||
{
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
span#icon-employee-history
|
||||
{
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
left: -20px;
|
||||
bottom: -3px;
|
||||
margin-right: -20px;
|
||||
}
|
||||
|
||||
.transparent {
|
||||
opacity: 0.1;
|
||||
}
|
||||
|
||||
.loading {
|
||||
background-image: url('/Content/images/spinner.gif');
|
||||
background-repeat: no-repeat;
|
||||
background-position: right;
|
||||
padding-right: 20px;
|
||||
}
|
||||
@@ -1,84 +1,84 @@
|
||||
|
||||
.White
|
||||
{
|
||||
color:Gray;
|
||||
background-color: White;
|
||||
color:Gray !important;
|
||||
background-color: White !important;
|
||||
}
|
||||
|
||||
.Gold
|
||||
{
|
||||
color:Black;
|
||||
background-color: #E8D138;
|
||||
color:Black !important;
|
||||
background-color: #E8D138 !important;
|
||||
}
|
||||
|
||||
.Maroon
|
||||
{
|
||||
color:White;
|
||||
background-color: #800000;
|
||||
color:White !important;
|
||||
background-color: #800000 !important;
|
||||
}
|
||||
|
||||
.Green
|
||||
{
|
||||
color:White;
|
||||
background-color: #008000;
|
||||
color:White !important;
|
||||
background-color: #008000 !important;
|
||||
}
|
||||
|
||||
.Black
|
||||
{
|
||||
color:White;
|
||||
background-color: Black;
|
||||
color:White !important;
|
||||
background-color: Black !important;
|
||||
}
|
||||
|
||||
.Blue
|
||||
{
|
||||
color:White;
|
||||
background-color: #0000D0;
|
||||
color:White !important;
|
||||
background-color: #0000D0 !important;
|
||||
}
|
||||
|
||||
.DkBlue
|
||||
{
|
||||
color:White;
|
||||
background-color: #000080;
|
||||
color:White !important;
|
||||
background-color: #000080 !important;
|
||||
}
|
||||
|
||||
.Purple
|
||||
{
|
||||
color:White;
|
||||
background-color: Purple;
|
||||
color:White !important;
|
||||
background-color: Purple !important;
|
||||
}
|
||||
|
||||
.Beige
|
||||
{
|
||||
color: Black;
|
||||
background-color: #F5F5DC;
|
||||
color: Black !important;
|
||||
background-color: #F5F5DC !important;
|
||||
}
|
||||
|
||||
.Silver,.SilverIce
|
||||
{
|
||||
color: Black;
|
||||
background-color: #C0C0C0;
|
||||
color: Black !important;
|
||||
background-color: #C0C0C0 !important;
|
||||
}
|
||||
|
||||
.Burgundy, .Burgandy
|
||||
{
|
||||
color: White;
|
||||
background-color: #900020;
|
||||
color: White !important;
|
||||
background-color: #900020 !important;
|
||||
}
|
||||
|
||||
.Brown
|
||||
{
|
||||
color: White;
|
||||
background-color: rgb(111, 81, 0);
|
||||
color: White !important;
|
||||
background-color: rgb(111, 81, 0) !important;
|
||||
}
|
||||
|
||||
.Red
|
||||
{
|
||||
color: White;
|
||||
background-color: Red;
|
||||
color: White !important;
|
||||
background-color: Red !important;
|
||||
}
|
||||
|
||||
.Unknown
|
||||
{
|
||||
color: Black;
|
||||
background-image: url('/Content/images/Rainbow.png');
|
||||
color: Black !important;
|
||||
background-image: url('/Content/images/Rainbow.png') !important;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 8.6 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 384 B |
|
Before Width: | Height: | Size: 251 B |
|
After Width: | Height: | Size: 180 B |
|
Before Width: | Height: | Size: 178 B |
|
After Width: | Height: | Size: 182 B |
|
Before Width: | Height: | Size: 106 B |
|
Before Width: | Height: | Size: 104 B |
|
Before Width: | Height: | Size: 105 B |
|
After Width: | Height: | Size: 124 B |
|
After Width: | Height: | Size: 123 B |
|
After Width: | Height: | Size: 119 B |
|
Before Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 90 B |
|
Before Width: | Height: | Size: 129 B |
|
After Width: | Height: | Size: 104 B |
|
After Width: | Height: | Size: 88 B |
|
Before Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
@@ -1,7 +1,7 @@
|
||||
/*! jQuery UI - v1.9.2 - 2012-12-07
|
||||
/*! jQuery UI - v1.9.2 - 2012-12-09
|
||||
* http://jqueryui.com
|
||||
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.tooltip.css
|
||||
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=d0d9c2&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=aaa&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=2f3569&iconColorDefault=000000&bgColorHover=f0f0f0&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=9e9e9e&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=b8c5aa&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
|
||||
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.datepicker.css, jquery.ui.menu.css
|
||||
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
|
||||
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
|
||||
|
||||
/* Layout helpers
|
||||
@@ -32,17 +32,7 @@
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
.ui-resizable { position: relative;}
|
||||
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
|
||||
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
||||
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
|
||||
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
|
||||
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
|
||||
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
|
||||
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
|
||||
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
|
||||
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
|
||||
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-autocomplete {
|
||||
.ui-autocomplete {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@@ -51,36 +41,6 @@
|
||||
|
||||
/* workarounds */
|
||||
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
|
||||
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
|
||||
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
|
||||
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
|
||||
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
|
||||
.ui-button-icons-only { width: 3.4em; }
|
||||
button.ui-button-icons-only { width: 3.7em; }
|
||||
|
||||
/*button text element */
|
||||
.ui-button .ui-button-text { display: block; line-height: 1.4; }
|
||||
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
|
||||
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
|
||||
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
|
||||
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
|
||||
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
|
||||
/* no icon support for input elements, provide padding by default */
|
||||
input.ui-button { padding: .4em 1em; }
|
||||
|
||||
/*button icon element(s) */
|
||||
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
|
||||
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
|
||||
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
|
||||
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
||||
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
||||
|
||||
/*button sets*/
|
||||
.ui-buttonset { margin-right: 7px; }
|
||||
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
|
||||
|
||||
/* workarounds */
|
||||
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
|
||||
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
|
||||
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
||||
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
||||
@@ -137,19 +97,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
||||
left: -4px; /*must have*/
|
||||
width: 200px; /*must have*/
|
||||
height: 200px; /*must have*/
|
||||
}.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
|
||||
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
|
||||
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
|
||||
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
||||
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
||||
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
|
||||
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
|
||||
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
|
||||
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
|
||||
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
|
||||
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
||||
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
||||
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
|
||||
}.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
|
||||
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
|
||||
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
|
||||
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
|
||||
@@ -169,46 +117,33 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
||||
|
||||
/* right-aligned */
|
||||
.ui-menu .ui-menu-icon { position: static; float: right; }
|
||||
.ui-tooltip {
|
||||
padding: 8px;
|
||||
position: absolute;
|
||||
z-index: 9999;
|
||||
max-width: 300px;
|
||||
-webkit-box-shadow: 0 0 5px #aaa;
|
||||
box-shadow: 0 0 5px #aaa;
|
||||
}
|
||||
/* Fades and background-images don't work well together in IE6, drop the image */
|
||||
* html .ui-tooltip {
|
||||
background-image: none;
|
||||
}
|
||||
body .ui-tooltip { border-width: 2px; }
|
||||
|
||||
/* Component containers
|
||||
----------------------------------*/
|
||||
.ui-widget { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 1.1em; }
|
||||
.ui-widget { font-family: Lucida Grande,Lucida Sans,Arial,sans-serif; font-size: 1.1em; }
|
||||
.ui-widget .ui-widget { font-size: 1em; }
|
||||
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 1em; }
|
||||
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
|
||||
.ui-widget-content a { color: #333333; }
|
||||
.ui-widget-header { border: 1px solid #aaa; background: #d0d9c2 url(images/ui-bg_gloss-wave_35_d0d9c2_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
|
||||
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande,Lucida Sans,Arial,sans-serif; font-size: 1em; }
|
||||
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
|
||||
.ui-widget-content a { color: #222222; }
|
||||
.ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
|
||||
.ui-widget-header a { color: #ffffff; }
|
||||
|
||||
/* Interaction states
|
||||
----------------------------------*/
|
||||
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2f3569; }
|
||||
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2f3569; text-decoration: none; }
|
||||
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #9e9e9e; background: #f0f0f0 url(images/ui-bg_glass_100_f0f0f0_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
|
||||
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #c77405; text-decoration: none; }
|
||||
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #b8c5aa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
|
||||
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
|
||||
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; }
|
||||
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; }
|
||||
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; }
|
||||
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #1d5987; text-decoration: none; }
|
||||
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #e17009; }
|
||||
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; text-decoration: none; }
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
|
||||
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fad42e; background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x; color: #363636; }
|
||||
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
|
||||
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
|
||||
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
|
||||
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
|
||||
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
|
||||
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
|
||||
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
|
||||
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
||||
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
||||
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
||||
@@ -218,14 +153,14 @@ body .ui-tooltip { border-width: 2px; }
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
|
||||
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
|
||||
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
|
||||
.ui-state-default .ui-icon { background-image: url(images/ui-icons_000000_256x240.png); }
|
||||
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
|
||||
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
|
||||
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
|
||||
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }
|
||||
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_469bdd_256x240.png); }
|
||||
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_469bdd_256x240.png); }
|
||||
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_d8e7f3_256x240.png); }
|
||||
.ui-state-default .ui-icon { background-image: url(images/ui-icons_6da8d5_256x240.png); }
|
||||
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_217bc0_256x240.png); }
|
||||
.ui-state-active .ui-icon {background-image: url(images/ui-icons_f9bd01_256x240.png); }
|
||||
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
|
||||
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
|
||||
|
||||
/* positioning */
|
||||
.ui-icon-carat-1-n { background-position: 0 0; }
|
||||
@@ -409,11 +344,11 @@ body .ui-tooltip { border-width: 2px; }
|
||||
----------------------------------*/
|
||||
|
||||
/* Corner radius */
|
||||
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
|
||||
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
|
||||
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
|
||||
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
|
||||
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
|
||||
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
|
||||
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
|
||||
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .5;filter:Alpha(Opacity=50); }
|
||||
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .2;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
|
||||
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
|
||||
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
|
||||