aboutsummaryrefslogtreecommitdiff
path: root/id/server/data/deploy/conf/moa-id/htmlTemplates/css_template.css
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-03-14 14:14:24 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-03-14 14:14:24 +0100
commit6701d8aaca715133cfa9d7764eb2f1ed163dfce9 (patch)
treea1f6b1519aedb83c5ccf9e59d7d62829e2d70de5 /id/server/data/deploy/conf/moa-id/htmlTemplates/css_template.css
parenta047562d8b08f359620d321c83aafccb02896474 (diff)
downloadmoa-id-spss-6701d8aaca715133cfa9d7764eb2f1ed163dfce9.tar.gz
moa-id-spss-6701d8aaca715133cfa9d7764eb2f1ed163dfce9.tar.bz2
moa-id-spss-6701d8aaca715133cfa9d7764eb2f1ed163dfce9.zip
update statuscodes and revisionslog codes
Diffstat (limited to 'id/server/data/deploy/conf/moa-id/htmlTemplates/css_template.css')
-rw-r--r--id/server/data/deploy/conf/moa-id/htmlTemplates/css_template.css43
1 files changed, 41 insertions, 2 deletions
diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/css_template.css b/id/server/data/deploy/conf/moa-id/htmlTemplates/css_template.css
index a8735be60..32b9dee12 100644
--- a/id/server/data/deploy/conf/moa-id/htmlTemplates/css_template.css
+++ b/id/server/data/deploy/conf/moa-id/htmlTemplates/css_template.css
@@ -59,7 +59,7 @@
/* clear:both; */
position:relative;
margin: 0 auto;
- width: 250px;
+ /*width: 250px;*/
text-align: center;
}
@@ -85,7 +85,8 @@
#leftcontent {
width: 300px;
- margin-top: 30px;
+ /*margin-top: 30px;*/
+ margin: auto;
}
#bku_header {
@@ -622,4 +623,42 @@
#alert_area {
width: 500px;
padding-left: 80px;
+ }
+
+ #processInfoArea {
+ margin-bottom: 15px;
+ margin-top: 15px;
+ }
+ #processSelectionArea {
+ width: 550px;
+ margin-left: 25px;
+ margin-top: 35px;
+ }
+ .processSelectionButtonArea {
+ float: none;
+ margin-bottom: 20px;
+ height: 35px;
+ }
+ .processSelectionButton {
+ background: #ababab;
+ cursor: pointer;
+ height: 30px;
+ width: 200px;
+ float: right;
+ border-style: solid;
+ border-bottom-width: 2px;
+ border-right-width: 2px;
+ border-left-width: 1px;
+ border-top-width: 1px;
+ border-color: #000000;
+ }
+ .buttonDescription {
+ float: left;
+ margin-left: 10px;
+ padding-top: 4px;
+ text-align: left;
+ width: 330px;
+ }
+ #processContent {
+ margin-top: 25px;
} \ No newline at end of file