]> source.dussan.org Git - archiva.git/commitdiff
use versionned css
authorOlivier Lamy <olamy@apache.org>
Wed, 18 Dec 2013 05:27:37 +0000 (05:27 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 18 Dec 2013 05:27:37 +0000 (05:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1551849 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.0.9.3.css [new file with mode: 0644]
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.css [deleted file]
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/index.html

diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.0.9.3.css b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.0.9.3.css
new file mode 100644 (file)
index 0000000..e952d91
--- /dev/null
@@ -0,0 +1,49 @@
+.twitter-typeahead .tt-query,
+.twitter-typeahead .tt-hint {
+    margin-bottom: 0;
+}
+
+.tt-dropdown-menu {
+    min-width: 160px;
+    margin-top: 2px;
+    padding: 5px 0;
+    background-color: #fff;
+    border: 1px solid #ccc;
+    border: 1px solid rgba(0,0,0,.2);
+    *border-right-width: 2px;
+    *border-bottom-width: 2px;
+    -webkit-border-radius: 6px;
+    -moz-border-radius: 6px;
+    border-radius: 6px;
+    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
+    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
+    box-shadow: 0 5px 10px rgba(0,0,0,.2);
+    -webkit-background-clip: padding-box;
+    -moz-background-clip: padding;
+    background-clip: padding-box;
+}
+
+.tt-suggestion {
+    display: block;
+    padding: 3px 20px;
+}
+
+.tt-suggestion.tt-is-under-cursor {
+    color: #fff;
+    background-color: #0081c2;
+    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
+    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
+    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
+    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
+    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
+    background-repeat: repeat-x;
+    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
+}
+
+.tt-suggestion.tt-is-under-cursor a {
+    color: #fff;
+}
+
+.tt-suggestion p {
+    margin: 0;
+}
\ No newline at end of file
diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.css b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.css
deleted file mode 100644 (file)
index e952d91..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-.twitter-typeahead .tt-query,
-.twitter-typeahead .tt-hint {
-    margin-bottom: 0;
-}
-
-.tt-dropdown-menu {
-    min-width: 160px;
-    margin-top: 2px;
-    padding: 5px 0;
-    background-color: #fff;
-    border: 1px solid #ccc;
-    border: 1px solid rgba(0,0,0,.2);
-    *border-right-width: 2px;
-    *border-bottom-width: 2px;
-    -webkit-border-radius: 6px;
-    -moz-border-radius: 6px;
-    border-radius: 6px;
-    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
-    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
-    box-shadow: 0 5px 10px rgba(0,0,0,.2);
-    -webkit-background-clip: padding-box;
-    -moz-background-clip: padding;
-    background-clip: padding-box;
-}
-
-.tt-suggestion {
-    display: block;
-    padding: 3px 20px;
-}
-
-.tt-suggestion.tt-is-under-cursor {
-    color: #fff;
-    background-color: #0081c2;
-    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
-    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
-    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
-    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
-    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
-    background-repeat: repeat-x;
-    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
-}
-
-.tt-suggestion.tt-is-under-cursor a {
-    color: #fff;
-}
-
-.tt-suggestion p {
-    margin: 0;
-}
\ No newline at end of file
index be142f1ee23e3b71988dfd609590d9956d7387e3..9a91bd1b6e5d1c913810602a31dc78bc35b47312 100644 (file)
@@ -26,7 +26,7 @@
     <link rel="stylesheet" href="css/jqueryFileTree.css"/>
     <link rel="stylesheet" href="css/jquery-ui-1.9.2.custom.min.css"/>
     <link rel="stylesheet" href="css/select2-3.2.css"/>
-      <link rel="stylesheet" href="css/typeahead.js-bootstrap.css"/>
+    <link rel="stylesheet" href="css/typeahead.js-bootstrap.0.9.3.css"/>
     <link rel="stylesheet" href="css/bootstrap.2.2.2.css">
     <link rel="stylesheet" href="css/archiva.css">
     <link rel="shortcut icon" href="favicon.ico"/>