summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorFlorian <florianraemisch@web.de>2011-10-27 19:05:27 +0200
committerFlorian <florianraemisch@web.de>2011-10-27 19:05:27 +0200
commit46e5f0d4bcc1e46cb9e0b4e33c20f52cff1c66de (patch)
tree355a3bbc05ed59759cb8e9def7c331549377d100 /public
parentb4c1017b522af1c2e40d38111b55e94232333724 (diff)
added imagebox, for better display of images
Diffstat (limited to 'public')
-rw-r--r--public/css/sublab-new.css25
1 files changed, 20 insertions, 5 deletions
diff --git a/public/css/sublab-new.css b/public/css/sublab-new.css
index 3d32e51..17ac0ec 100644
--- a/public/css/sublab-new.css
+++ b/public/css/sublab-new.css
@@ -78,6 +78,7 @@ div.content {
margin-left: 125px;
margin-right: 225px;
min-height: 120px;
+ height: 100%;
}
div.info {
@@ -108,6 +109,15 @@ div.footer {
text-align: center;
}
+#imagecontent {
+ border: 1px solid #444;
+ float: right;
+ margin: 5px 10px 5px 10px;
+ padding: 5px;
+ width: 35%;
+ min-width: 150px;
+ }
+
img {
border: 1px solid #444;
}
@@ -131,12 +141,11 @@ img.webcamthumb {
height: auto;
}
-img.contentimage {
- float: right;
- width: 225px;
+#contentimage {
+ width: 95%;
height: auto;
- margin: 10px 15px 10px 10px;
- border: 1px solid #444;
+ margin: 5px;
+ border: 2px solid #444;
}
img.bigimage {
@@ -163,6 +172,7 @@ table {
hr {
margin: 10px;
color: #ddd;
+ clear: both;
}
ul#menu {
@@ -224,6 +234,11 @@ p {
line-height: 20px;
}
+p.subtext {
+ color: #ddd
+ margin: 0px 5px 5px 5px;
+ }
+
p.header {
text-align: right;
margin: 10px;