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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2014-04-16 20:22:27 +0400
committerLukas Reschke <lukas@statuscode.ch>2014-04-16 20:22:27 +0400
commita454bf9af3464c8ee3d51145aed8d9cc9247a1fd (patch)
tree1fd4e82ecc6cd4c2a59b52c0c206def198fc08df /css
parent530d5dbf134b42f9bcbbf2b8ecedad3d9b95352b (diff)
Add border-radius, remove border-bottom
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 968037c0..700d5b0f 100755
--- a/css/style.css
+++ b/css/style.css
@@ -73,6 +73,7 @@
width: 32px;
}
.document a {
+ border-radius: 5px;
display: block;
position: relative;
height: 200px;
@@ -83,7 +84,6 @@
}
.document label {
background: lightgray;
- border-bottom: 1px solid grey;
opacity: 0.6;
position: absolute;
bottom: 0px;