forked from drupal/drupal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Patch #77183 by m3vrck: cleaned up some of the CSS mess.
- Loading branch information
Showing
7 changed files
with
169 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
/* | ||
** Progressbar styles | ||
*/ | ||
.progress { | ||
font-weight: bold; | ||
} | ||
.progress .bar { | ||
background: #fff url(progress.gif); | ||
border: 1px solid #00375a; | ||
height: 1.5em; | ||
margin-top: 0.2em; | ||
} | ||
.progress .filled { | ||
background: #0072b9; | ||
height: 1em; | ||
border-bottom: 0.5em solid #004a73; | ||
width: 0%; | ||
} | ||
.progress .percentage { | ||
float: right; | ||
} | ||
|
||
/* | ||
** Formatting for administration page | ||
*/ | ||
div.admin-panel { | ||
margin: 0px 0px 0px 0px; | ||
padding: 5px 5px 15px 5px; | ||
} | ||
|
||
div.admin-panel .description { | ||
margin: 0px 0px 3px; | ||
padding: 2px 0 3px 0; | ||
font-weight: normal; | ||
text-align: left; | ||
color: #999; | ||
} | ||
|
||
div.admin-panel .body { | ||
padding: 0 4px 2px 8px; | ||
background-color: #f4f4f4; | ||
line-height: 1.2em; | ||
} | ||
|
||
div.admin-panel .head { | ||
background-color: #6699CC; | ||
color: #FFFFFF; | ||
font-weight: bold; | ||
font-size: 14px; | ||
margin: 0px 0px 0px 0px; | ||
padding: 4px 4px 4px 8px; | ||
} | ||
|
||
div.admin { | ||
padding-top: 15px; | ||
} | ||
|
||
div.admin .left { | ||
float: left; | ||
width: 47%; | ||
margin-left: 1em; | ||
} | ||
div.admin .right { | ||
float: right; | ||
width: 47%; | ||
margin-right: 1em; | ||
} | ||
|
||
div.admin .expert-link { | ||
text-align: right; | ||
margin-right: 1em; | ||
padding-right: 4px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters