From 20d1b0c2294dee927ee2d51d28557d6c56c1a947 Mon Sep 17 00:00:00 2001 From: Saad bin Abid <abid@fortiss.org> Date: Wed, 27 May 2020 14:45:10 +0200 Subject: [PATCH] replaced home button with burger icon for better layout as per simon's feedback. * Issue-Ref: 4007 Issue-Url: https://af3-developer.fortiss.org/issues/4007 Signed-off-by: Saad bin Abid <abid@fortiss.org> --- .../html/requirements/MIRA.glossary.html | 3 ++- .../html/requirements/MIRA.requirements.html | 3 ++- .../requirements/MIRA.requirements_analysis.html | 3 ++- .../html/requirements/stylesheet.css | 14 ++++++++++++++ 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/org.fortiss.af3.rcp.help/html/requirements/MIRA.glossary.html b/org.fortiss.af3.rcp.help/html/requirements/MIRA.glossary.html index f221aa9..48ee584 100644 --- a/org.fortiss.af3.rcp.help/html/requirements/MIRA.glossary.html +++ b/org.fortiss.af3.rcp.help/html/requirements/MIRA.glossary.html @@ -10,6 +10,7 @@ <html> <head> <link rel="stylesheet" type="text/css" href="stylesheet.css"> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> </head> <body> @@ -18,7 +19,7 @@ <div class="navbar"> <div class="dropdown"> - <button class="dropbtn">Home<i class="fa fa-caret-down"></i></button> + <button class="btn"><i class="fa fa-bars"></i></button> <div class="dropdown-content"> <a href="../getting_started.html"> Main Page</a> <a href="#">Modeling and Simulation</a> diff --git a/org.fortiss.af3.rcp.help/html/requirements/MIRA.requirements.html b/org.fortiss.af3.rcp.help/html/requirements/MIRA.requirements.html index 84b7d0c..00159e3 100644 --- a/org.fortiss.af3.rcp.help/html/requirements/MIRA.requirements.html +++ b/org.fortiss.af3.rcp.help/html/requirements/MIRA.requirements.html @@ -10,6 +10,7 @@ <html> <head> <link rel="stylesheet" type="text/css" href="stylesheet.css"> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> </head> <body> @@ -18,7 +19,7 @@ <div class="navbar"> <div class="dropdown"> - <button class="dropbtn">Home<i class="fa fa-caret-down"></i></button> + <button class="btn"><i class="fa fa-bars"></i></button> <div class="dropdown-content"> <a href="../getting_started.html"> Main Page</a> <a href="#">Modeling and Simulation</a> diff --git a/org.fortiss.af3.rcp.help/html/requirements/MIRA.requirements_analysis.html b/org.fortiss.af3.rcp.help/html/requirements/MIRA.requirements_analysis.html index acf6ae8..34802e5 100644 --- a/org.fortiss.af3.rcp.help/html/requirements/MIRA.requirements_analysis.html +++ b/org.fortiss.af3.rcp.help/html/requirements/MIRA.requirements_analysis.html @@ -10,6 +10,7 @@ <html> <head> <link rel="stylesheet" type="text/css" href="stylesheet.css"> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> </head> <body> @@ -18,7 +19,7 @@ <div class="navbar"> <div class="dropdown"> - <button class="dropbtn">Home<i class="fa fa-caret-down"></i></button> + <button class="btn"><i class="fa fa-bars"></i></button> <div class="dropdown-content"> <a href="../getting_started.html"> Main Page</a> <a href="#">Modeling and Simulation</a> diff --git a/org.fortiss.af3.rcp.help/html/requirements/stylesheet.css b/org.fortiss.af3.rcp.help/html/requirements/stylesheet.css index 01197c4..41eb64f 100644 --- a/org.fortiss.af3.rcp.help/html/requirements/stylesheet.css +++ b/org.fortiss.af3.rcp.help/html/requirements/stylesheet.css @@ -1,3 +1,13 @@ +.btn { + background-color: inherit; + border: none; + color: white; + padding: 16px 17px; + font-size: 16px; + cursor: pointer; + inline-height: 16; +} + .header { z-index: 10; width: 100%; @@ -260,3 +270,7 @@ h4 { #myBtn:hover { background-color: #555; } + + + + -- GitLab