bilder och css

git-svn-id: svn://svn.dsv.su.se/scipro/scipro/trunk@103 73ecded7-942e-4092-bab0-0e58ef0ee984
This commit is contained in:
dan-kjel 2011-02-11 08:12:21 +00:00
parent f43bc9b344
commit b6a16aab50
3 changed files with 71 additions and 0 deletions
src/main/webapp

Binary file not shown.

After

(image error) Size: 1.6 KiB

Binary file not shown.

After

(image error) Size: 717 B

@ -0,0 +1,71 @@
@CHARSET "UTF-8";
html, body {
font-family: Calibri, Tahoma, Verdana, sans-serif;
margin: 0 0 0 0;
padding: 0 0 0 0;
font-size: 0.94em;
}
h1, h2, h3 {
font-family: Cambria, Tahoma, Verdana, sans-serif;
}
span.user { /*The background image*/
background: url(../images/user.png) no-repeat left center;
padding-left: 20px;
line-height: 16px; /* To center the text vertically with the icon */
}
span.project { /*The background image*/
background: url(../images/project.png) no-repeat left center;
padding-left: 20px;
line-height: 16px; /* To center the text vertically with the icon */
}
.boxContent {
margin: 0.5em 0.5em;
}
.boxContent h4 {
border: 1px solid #0099CC;
background-color: #CCE6FF;
padding: 0.3em 0.3em;
}
.dashboardBox {
border: 1px solid #3300CC;
width: 50em;
min-height: 10em;
}
.dashboardBox h3 {
border-bottom: 1px solid #3300CC;
background-color: blue;
color: white;
padding: 0.2em;
margin-top: 0em;
}
div.scheduleEventList {
margin: 1em 0;
}
div.scheduleEvent {
padding: 0.2em 0.2em;
}
div.scheduleEventHeader {
background-color: #CCE6FF;
border: 1px solid #0099CC;
padding: 0.2em 0.2em;
}
div.scheduleEventHeader span {
display: inline;
margin-right: 2em;
}
div.scheduleEventContent {
padding: 0.3em 0.5em;
}