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

github.com/nextcloud/orcid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorMaxence Lange <maxence@pontapreta.net>2017-02-08 14:16:50 +0300
committerMaxence Lange <maxence@pontapreta.net>2017-02-08 14:16:50 +0300
commit93d51415c0fdbddf73f8a48f4e69923996b97811 (patch)
treee681657ee37cfc0a6e3d3b32b4a88f5f387a21b2 /css
parentfb09212413c9cf9d0159f17544715ddd722c6b71 (diff)
display the current redirect url in the admin interface
Diffstat (limited to 'css')
-rw-r--r--css/admin.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/css/admin.css b/css/admin.css
index 2661381..fbd0406 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -1,5 +1,5 @@
TD.orcid_admin_left {
- width: 230px;
+ width: 150px;
text-align: right;
font-weight: bold;
padding-right: 15px;
@@ -11,10 +11,15 @@ TR.orcid_admin_head, TR.orcid_admin_head:hover {
background: #ddd;
}
+TD.orcid_moremargin {
+ padding-top: 10px;
+ padding-bottom: 10px;
+}
+
TD.orcid_admin_head {
font-weight: bold;
text-align: right;
padding: 4px;
padding-right: 30px;
font-style: italic;
-}
+} \ No newline at end of file