summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@alfadeo.de>2011-08-16 17:39:55 +0200
committergebele <gebele@alfadeo.de>2011-08-16 17:39:55 +0200
commitccf721a645cfe1049d0f54ea7ef0612d3068a375 (patch)
tree403763d3cab2b7fe0f311d53b01491960343b06f
parentec3a6d67ea9733ccd84cceb958ddb5e460f25088 (diff)
styling
-rw-r--r--views/predict.haml2
-rw-r--r--views/style.sass2
2 files changed, 2 insertions, 2 deletions
diff --git a/views/predict.haml b/views/predict.haml
index d4ded29..fe84e89 100644
--- a/views/predict.haml
+++ b/views/predict.haml
@@ -48,7 +48,7 @@
-#%input{:type => 'checkbox', :name => "selection[#{model.id}]", :value => true, :id => model.id, :disabled => !is_authorized(model.uri, "GET")}
%br
%br
- %p
+ %fieldset
3.
%input{:type => 'hidden', :name => 'subjectid', :id => 'subjectid', :value => session[:subjectid]}
%input{ :type => "submit", :value => "Predict", :onclick => "getsmiles();"}
diff --git a/views/style.sass b/views/style.sass
index e760113..b93fb28 100644
--- a/views/style.sass
+++ b/views/style.sass
@@ -102,7 +102,7 @@ body
//padding: 1em
//background-color: $bg_color2
fieldset
- //margin: 0
+ margin-left: 1%
padding: 0
padding-right: 1em
border: 0