Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-06-11 12:59:04 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-06-11 12:59:04 +0300
commit3b0b80f970f2c552690d1d4ad87b9495e9bcde43 (patch)
tree88d4d87392af63e7797aaf6fefed5b3f1c0526c3 /css
parentdd0888a04aaf0e102a4407e094cf21c86fbb571d (diff)
new UI
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'css')
-rw-r--r--css/fulltextsearch.css15
-rw-r--r--css/navigate.css5
2 files changed, 11 insertions, 9 deletions
diff --git a/css/fulltextsearch.css b/css/fulltextsearch.css
index 5f7f81f..1708d24 100644
--- a/css/fulltextsearch.css
+++ b/css/fulltextsearch.css
@@ -62,7 +62,6 @@ input.options_small {
*/
.provider_result {
-// font-style: italic;
}
.provider_navigation_right {
@@ -75,7 +74,8 @@ input.options_small {
}
.provider_navigation_close {
- margin-left: 20px;
+ margin: 3px 20px 3px 3px;
+ opacity: 0.6;
}
.provider_navigation_prev, .provider_navigation_curr, .provider_navigation_next, .provider_navigation_close {
@@ -139,6 +139,7 @@ input.options_small {
#source {
color: #a5a5a5;
}
+
.result_entry_default #info {
font-weight: bold;
}
@@ -152,14 +153,12 @@ input.options_small {
.provider_navigation {
position: relative;
- font-size: 15px;
- font-weight: bold;
+ font-size: 13px;
color: #898989;
- padding-top: 10px;
+ padding-top: 13px;
padding-left: 20px;
- padding-bottom: 10px;
- margin-top: 40px;
- border-bottom: solid 1px #a1a1a1;
+ padding-bottom: 13px;
+ border-bottom: solid 1px #eaeaea;
}
.icon-page-prev {
diff --git a/css/navigate.css b/css/navigate.css
index 46df48a..a00f447 100644
--- a/css/navigate.css
+++ b/css/navigate.css
@@ -57,7 +57,10 @@ a.ulsub {
*/
#search_result {
- margin: 50px 30px 0 30px;
+}
+
+.provider_header {
+ margin-bottom: 35px;
}
.provider_result {