From 954791e63129f2b0219db126bfd654440198e64d Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 16 Jan 2017 15:01:18 +0000 Subject: adjusted possible input by core --- views/layout.haml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index f36bdf7..e81bd21 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -22,18 +22,18 @@ %noscript %div{ :style=>"width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif"} Your web browser must have JavaScript enabled in order for this application to display correctly. - %header.page-header{:style=>"margin:20px 0 20px;text-align:justify;display:inline-block;width:100%;"} - %div.row + %header.page-header{:style=>"margin:20px 0 20px;"} + %div.row{:style=>"display:flex;flex-direction:row;align-items:center;justify-content:center"} %div.col-sm-2 %a{:href=> to("/predict")} - %img.media-object{:src=>"/images/IST_logo_s.png", :alt=>"logo_ist", :width=>"150px", :heigth=>"150px", :style=>"margin:0 0 0 2em;"} + %img.media-object{:src=>"/images/IST_logo_s.png", :alt=>"logo_ist", :width=>"150px", :heigth=>"150px", :style=>"margin:0 0 0 1em;"} %div.col-sm-2 %a{:href=> "http://www.enanomapper.net"} - %img.media-object{:src=>"/images/enm_logo.png", :width=>"200px", :heigth=>"200px", :alt=>"logo_enm", :style=>"margin:0 3em 0 0;"} + %img.media-object{:src=>"/images/enm_logo.png", :width=>"150px", :heigth=>"150px", :alt=>"logo_enm", :style=>"margin:0 0 0 1em;"} %div.col-sm-6 - %h1.media-heading{:style=>"margin: 0 0 0 1em;"} nano-lazar toxicity predictions - %div.col-md-2 - %h1.media-heading{:style=>"margin: 0 0 0 1em;"} + %h1.media-heading{:style=>"margin:0 0 0 1em;"} nano-lazar toxicity predictions + %div.col-sm-2 + %h1.media-heading{:style=>"margin:0 0 0 1em;"} %small %a{:href=>"https://lazar.in-silico.ch/predict", :rel=>"external"} lazar -- cgit v1.2.3