Lagt dit lite saker för peer samt importerat "buttons"-pluginen
git-svn-id: svn://svn.dsv.su.se/scipro/scipro/trunk@549 73ecded7-942e-4092-bab0-0e58ef0ee984
This commit is contained in:
parent
a73ed49974
commit
a53cdd06a5
@ -1,4 +1,6 @@
|
||||
@IMPORT url("menu.css");
|
||||
/* €r det sŒhŠr man aktiverar plugins? */
|
||||
@IMPORT url("blueprint/plugins/buttons/screen.css");
|
||||
|
||||
/* BASE */
|
||||
|
||||
@ -528,4 +530,44 @@ a.larger:link, a.larger:visited, a.larger:hover {
|
||||
margin-top: 1.25em;
|
||||
}
|
||||
|
||||
/*
|
||||
* Peer stuff
|
||||
*/
|
||||
|
||||
.peer-request-content {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
div.prepend-05 {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
h5.peer-title {
|
||||
color: white;
|
||||
background-color: #0A2C5F;
|
||||
border: 1px solid #777A91;
|
||||
padding: 0.3em 0.3em;
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
|
||||
.peer-review-answer {
|
||||
border-bottom: 1px dashed grey;
|
||||
margin-bottom: 1.5em;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.button-group span {
|
||||
display: block;
|
||||
margin: 0.1em 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Font stuff
|
||||
*/
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.italic {
|
||||
font-style: italic;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user