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 19:20:32 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-06-11 19:20:32 +0300
commitad390e1b7d86c9c65f19eef4d6da4f7b7b2652ad (patch)
tree45a307ab323a697e0d5591b2a05518b06f73a565 /css
parent54ca05b0f59421a861718deabd6f09cda7a420c3 (diff)
new default UI
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'css')
-rw-r--r--css/fulltextsearch.css50
1 files changed, 43 insertions, 7 deletions
diff --git a/css/fulltextsearch.css b/css/fulltextsearch.css
index b73add2..8fbf5b4 100644
--- a/css/fulltextsearch.css
+++ b/css/fulltextsearch.css
@@ -137,7 +137,7 @@ input.options_small {
}
/*.result_entry_default #info {*/
- /*font-weight: bold;*/
+/*font-weight: bold;*/
/*}*/
.next_search_div {
@@ -175,12 +175,48 @@ input.options_small {
font-size: 11px;
}
-/*.icon-fulltextsearch, .icon-close-fulltextsearch {*/
-/*position: absolute;*/
-/*right: 10px;*/
-/*top: 10px;*/
-/*cursor: pointer;*/
-/*}*/
+.result_entry {
+ height: 50px;
+ position: relative;
+ border-bottom: solid 1px #efefef;
+}
+
+.result_title {
+ color: #000;
+}
+
+.result_extract {
+ font-size: 11px;
+ color: #999;
+ margin-top: -5px;
+ margin-bottom: -5px;
+ margin-left: 5px;
+}
+
+.result_div_checkbox {
+ left: 0px;
+ width: 50px;
+}
+
+.result_div {
+ position: absolute;
+ top: 50%;
+ transform: translateY(-50%);
+}
+
+.result_div_checkbox {
+ left: 0px;
+ width: 50px;
+}
+
+.result_div_content {
+ left: 50px;
+}
+
+.result_div_right {
+ right: 20px;
+ color: #9a9a9a;
+}
.icon-more-fulltextsearch {
position: absolute;