Skip to content

Commit

Permalink
Correct some css properties (refs #3880)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbonnissent committed Apr 2, 2013
1 parent 208906b commit d09f53d
Showing 1 changed file with 9 additions and 9 deletions.
Expand Up @@ -57,7 +57,7 @@ dcpDocHeader {
}

.document-state {
font-size: 1.5em
font-size: 1.5em;
font-weight: normal;
}

Expand Down Expand Up @@ -111,7 +111,7 @@ dcpAttribute[type=longtext] textarea{
}

dcpRow{
display: -moz-grid-line
display: -moz-grid-line;
}

dcpArrayRowTools,
Expand Down Expand Up @@ -159,16 +159,16 @@ dcpAttribute[type=htmltext] a{

.dcpImage {
max-width:100px;

}

.dcpValue {
.dcpValue {
-moz-box-flex: 1;
}

.dcpIcon {
width:16px;
height:16px;
height:16px;
}
dcpAttribute[type=docid] image {
width:20px;
Expand All @@ -179,13 +179,13 @@ dcpAttribute[type=array] grid {
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: -moz-use-text-color;

-moz-border-image: none;
-moz-border-top-colors: threedshadow threeddarkshadow;
-moz-border-right-colors: threedhighlight threedlightshadow;
-moz-border-bottom-colors: threedhighlight threedlightshadow;
-moz-border-left-colors: threedshadow threeddarkshadow;

background-color: -moz-field;
color: -moz-fieldtext;
}
Expand All @@ -194,13 +194,13 @@ dcpRow{
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: -moz-use-text-color;

-moz-border-image: none;
-moz-border-top-colors: threedshadow threeddarkshadow;
-moz-border-right-colors: threedhighlight threedlightshadow;
-moz-border-bottom-colors: threedhighlight threedlightshadow;
-moz-border-left-colors: threedshadow threeddarkshadow;

background-color: -moz-field;
color: -moz-fieldtext;
}
Expand Down

0 comments on commit d09f53d

Please sign in to comment.