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:
authordaita <maxence@pontapreta.net>2016-10-07 03:37:08 +0300
committerdaita <maxence@pontapreta.net>2016-10-07 03:37:08 +0300
commitbd371674a4fb032698f0d257c1edd85b835add2a (patch)
treea59d8aa93257763d8495286927fc5185a8b55b74 /css
parentdf0271ce46736f5bee972ea4616833633124df91 (diff)
#1 display documents from trash
Diffstat (limited to 'css')
-rw-r--r--css/navigate.css56
1 files changed, 38 insertions, 18 deletions
diff --git a/css/navigate.css b/css/navigate.css
index 4b21b3b..7b4334d 100644
--- a/css/navigate.css
+++ b/css/navigate.css
@@ -11,44 +11,64 @@ DIV.nextant_entry {
margin: 2px;
}
-SPAN.nextant_line1 {
+DIV.nextant_details {
+ width: 22px;
+ background-size: 22px;
+ display: inline-block;
+ height: 22px;
+ margin-left: -8px;
+ margin-top: -8px;
+ cursor: pointer;
+ float: left;
+ position: absolute;
+ z-index: 4;
+ opacity: 0.5;
+ filter: alpha(opacity = 50)
+}
+
+A.nextant_file {
+ cursor: default !important;
+ position: relative;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ display: block;
+ height: 50px;
+ line-height: 50px;
+ padding: 0;
+ left: 50px;
+ margin-right: 50px;
+}
+
+SPAN.nextant_line {
position: absolute;
left: 55px;
- top: -15px;
padding: 0;
overflow: hidden;
- font-style: italic;
- text-overflow: ellipsis;
padding-right: 20px;
max-width: 800px;
+ text-overflow: ellipsis;
+}
+
+SPAN.nextant_line1 {
+ top: -15px;
+ font-style: italic;
font-weight: bold;
}
SPAN.nextant_line2 {
- position: absolute;
- left: 55px;
top: 0px;
- padding: 0;
- overflow: hidden;
font-style: italic;
- text-overflow: ellipsis;
- padding-right: 20px;
- max-width: 800px;
font-size: 12px;
+ left: 70px;
color: #9e9e9e;
}
SPAN.nextant_line3 {
- position: absolute;
- left: 55px;
- top: 15px;
- padding: 0;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 800px;
font-style: italic;
font-size: 12px;
color: #9e9e9e;
+ left: 70px;
+ top: 15px;
padding-right: 20px;
}