aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorRobin <robin@Amaya.(none)>2010-05-15 20:23:43 +0200
committerRobin <robin@Amaya.(none)>2010-05-15 20:23:43 +0200
commit35711d7534eedd5b09a4cedb82dcfbb9455582be (patch)
treeeea44f0c9a07b7dc350e8c60b315e1ffab687778 /css
parent8058b242275aed0decac7ce3eaadbe11e24e4a8d (diff)
downloadnextcloud-server-35711d7534eedd5b09a4cedb82dcfbb9455582be.tar.gz
nextcloud-server-35711d7534eedd5b09a4cedb82dcfbb9455582be.zip
small fixes
Diffstat (limited to 'css')
-rwxr-xr-xcss/default.php6
-rw-r--r--css/small.php4
2 files changed, 9 insertions, 1 deletions
diff --git a/css/default.php b/css/default.php
index 4d15ef6d6d4..7d65820c42b 100755
--- a/css/default.php
+++ b/css/default.php
@@ -92,6 +92,11 @@ a#owncloud-logo span {
display:none;
}
+td.nametext{
+ position:relative;
+ display:block;
+}
+
.nametext a, .breadcrumb a{color:#333333; font-size:8pt; font-weight:bold; text-decoration:none;}
.errortext {color:#CC3333; font-size:9pt; font-weight:bold; text-decoration:none;}
.highlighttext {color:#333333; font-size:9pt; font-weight:bold; text-decoration:none;}
@@ -223,6 +228,7 @@ div.breadcrumb{
div.fileactionlist{
z-index:50;
position:absolute;
+ top:20px;
background-color: #DDDDDD;
margin-top:5px;
border:1px black solid;
diff --git a/css/small.php b/css/small.php
index 3c91614f260..60f79f51be1 100644
--- a/css/small.php
+++ b/css/small.php
@@ -96,6 +96,8 @@ a#owncloud-logo span {
td.nametext{
white-space:nowrap;
+ display:block;
+ position:relative;
/*overflow:hidden;*/
text-overflow: ellipsis;
}
@@ -239,7 +241,7 @@ div.breadcrumb{
}
div.fileactionlist{
- z-index:50;
+ z-index:100;
position:absolute;
background-color: #DDDDDD;
margin-top:5px;