You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by tk...@apache.org on 2014/03/25 14:17:53 UTC

[08/10] git commit: add github ribbon and changed pull down menu floating

add github ribbon and changed pull down menu floating


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/49593a1e
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/49593a1e
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/49593a1e

Branch: refs/heads/develop
Commit: 49593a1e0615cf563cb092f1bf30c8b65f949246
Parents: ca13be9
Author: tkurz <th...@gmail.com>
Authored: Tue Mar 25 11:39:37 2014 +0100
Committer: tkurz <th...@gmail.com>
Committed: Tue Mar 25 11:39:37 2014 +0100

----------------------------------------------------------------------
 .../marmotta-sparql/src/main/resources/web/admin/squebi.html | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/49593a1e/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html b/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html
index 488b31d..8bcd502 100644
--- a/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html
+++ b/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html
@@ -54,7 +54,7 @@
                 <a class="dropdown-toggle">
                     Samples
                 </a>
-                <ul class="dropdown-menu">
+                <ul class="dropdown-menu pull-right">
                     <li ng-repeat="sample in samples">
                         <a ng-click="selectSample(sample)">{{sample.name}}</a>
                     </li>
@@ -65,7 +65,8 @@
         </ul>
     </div>
 
-    <div style="margin-top:50px" ng-controller="QueryCtrl" class="jumbotron">
+    <div style="margin-top:50px;position: relative;" ng-controller="QueryCtrl" class="jumbotron">
+        <a href="https://github.com/tkurz/squebi"><img style="position: absolute; top: 0; right: 0; border: 0;z-index: 20" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
         <div id="query-container">
             <textarea id="input" ng-model="query" ui-codemirror="editorOptions"></textarea>
         </div>
@@ -96,9 +97,6 @@
             <img src="../../webjars/squebi/0.0.5-SNAPSHOT/squebi/img/ajax-loader.gif">
         </div>
     </div>
-    <!--<div class="footer">
-        <p>&copy; Salzburg Research 2014</p>
-    </div>-->
 
 </div>
 <!--###END_CONTENT###-->