diff options
-rw-r--r-- | uploader/static/css/styles.css | 4 | ||||
-rw-r--r-- | uploader/templates/base.html | 2 | ||||
-rw-r--r-- | uploader/templates/index.html | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css index 4565aba..fab42b8 100644 --- a/uploader/static/css/styles.css +++ b/uploader/static/css/styles.css @@ -39,6 +39,10 @@ body { border-color: #FFFFFF; vertical-align: middle; margin: 0.2em; + border-style: solid; + border-width: 2px; + border-radius: 0.5em; + text-align: center; } #header .header-nav a { diff --git a/uploader/templates/base.html b/uploader/templates/base.html index 886f503..171e8fa 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -28,7 +28,7 @@ <span class="header col-lg-9">GeneNetwork Data Quality Control and Upload</span> <nav class="header-nav col-lg-3"> <ul class="nav justify-content-end"> - <li class="btn"> + <li> {%if user_logged_in()%} <a href="{{url_for('oauth2.logout')}}" title="Log out of the system">{{user_email()}} — Log Out</a> diff --git a/uploader/templates/index.html b/uploader/templates/index.html index 0fa4a1b..48848a3 100644 --- a/uploader/templates/index.html +++ b/uploader/templates/index.html @@ -50,7 +50,7 @@ <h2>Populations</h2> <p>Your studies will probably focus on a particular subset of the entire - species you are interested in &ndash your population.</p> + species you are interested in – your population.</p> <p>Populations are a way to organise the species data so as to link data to specific know populations for a particular species, e.g. The BXD population of mice (Mus musculus)</p> |