You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/08/28 16:59:51 UTC

[6/6] git commit: MARMOTTA-292: style fixed

MARMOTTA-292: style fixed


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

Branch: refs/heads/develop
Commit: 4a7489ead22535b7e5f0978b15b5899e254ed710
Parents: 1a2da39
Author: Sergio Fernández <wi...@apache.org>
Authored: Wed Aug 28 16:59:34 2013 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Wed Aug 28 16:59:34 2013 +0200

----------------------------------------------------------------------
 .../src/main/resources/web/admin/snorql.html            | 10 ++++++++++
 .../src/main/resources/web/admin/update.html            | 12 ++++++++++++
 2 files changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4a7489ea/platform/marmotta-sparql/src/main/resources/web/admin/snorql.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/snorql.html b/platform/marmotta-sparql/src/main/resources/web/admin/snorql.html
index d14da60..4d79e45 100755
--- a/platform/marmotta-sparql/src/main/resources/web/admin/snorql.html
+++ b/platform/marmotta-sparql/src/main/resources/web/admin/snorql.html
@@ -28,6 +28,15 @@
     <style type="text/css">
         .CodeMirror {
             background-color: #fff;
+            border: 1px solid #eee;
+            height: auto;
+        }
+        .CodeMirror-scroll {
+            overflow-y: hidden;
+            overflow-x: auto;
+        }
+        #content .CodeMirror pre {
+            border-style: none !important;
         }
     </style>
     <!--###END_HEAD###-->
@@ -104,6 +113,7 @@
     <script type="text/javascript" src="../../webjars/snorql/1.0/snorql.js"></script>
     <script type="text/javascript" src="../../webjars/jquery/1.8.2/jquery.min.js"></script>
     <script type="text/javascript" src="../../webjars/codemirror/3.16/codemirror.js"></script>
+    <script type="text/javascript" src="../../webjars/codemirror/3.16/matchbrackets.js"></script>
     <script type="text/javascript">
         jQuery.noConflict();
     </script>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4a7489ea/platform/marmotta-sparql/src/main/resources/web/admin/update.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/update.html b/platform/marmotta-sparql/src/main/resources/web/admin/update.html
index 0233904..f8033f5 100644
--- a/platform/marmotta-sparql/src/main/resources/web/admin/update.html
+++ b/platform/marmotta-sparql/src/main/resources/web/admin/update.html
@@ -34,6 +34,17 @@
             border-radius: 3px;
             -webkit-border-radius: 3px;
         }
+        .CodeMirror {
+            border: 1px solid #eee;
+            height: auto;
+        }
+        .CodeMirror-scroll {
+            overflow-y: hidden;
+            overflow-x: auto;
+        }
+        #content .CodeMirror pre {
+            border-style: none !important;
+        }
     </style>
     <!--###END_HEAD###-->
 </head>
@@ -66,6 +77,7 @@
 <script type="text/javascript" src="../../webjars/jquery/1.8.2/jquery.min.js"></script>
 <script type="text/javascript" src="../../webjars/jquery-ui/1.8.21/jquery-ui.min.js"></script>
 <script type="text/javascript" src="../../webjars/codemirror/3.16/codemirror.js"></script>
+    <script type="text/javascript" src="../../webjars/codemirror/3.16/matchbrackets.js"></script>
 
 <script type="text/javascript">