diff options
author | NateN1222 <nathannichols454@gmail.com> | 2017-08-10 15:27:48 -0500 |
---|---|---|
committer | NateN1222 <nathannichols454@gmail.com> | 2017-08-10 15:27:48 -0500 |
commit | ec120cf896aee2c595d957745f9909a506c8036c (patch) | |
tree | c34bf42d9dfb232fdd95a11b207cfa8fd9d1d5a5 /html/display_panel/content/display-panel.html | |
parent | 1d3226b53975374b266431203cdb3a355480eb60 (diff) |
Started to implement the buttons in the pop-up and the "open in new tab" option
Diffstat (limited to 'html/display_panel/content/display-panel.html')
-rw-r--r-- | html/display_panel/content/display-panel.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/html/display_panel/content/display-panel.html b/html/display_panel/content/display-panel.html index 5fc1242..e8345ae 100644 --- a/html/display_panel/content/display-panel.html +++ b/html/display_panel/content/display-panel.html @@ -29,8 +29,8 @@ <body> <script src="main_panel.js"></script> - <div class="title-area"> - <div> + <div style="float:left; display:inline;" class="title-area"> + <div> <a class="libre" id="ljs-settings" href="javascript:void" @@ -44,10 +44,13 @@ >gnu.org/software/librejs</a> </div> <div> - <strong>LibreJS 7.0</strong> + <strong>LibreJS 7.0 <br><br></strong> </div> - </div> - + </div> + <div id="buttons" style="float:right; display:inline;" class="title-area"> + <div id="buttons-l" style="float:center;"></div> + <div id="buttons-r" style="float:right; clear: right;"></div> + </div> <div id="info"> <div id="whitelisted"> <h2 class="blocked-js"></h2> |