From d02aa26ff92208887fdbb03073e4f278a1d1fa21 Mon Sep 17 00:00:00 2001 From: Teremiare Date: Thu, 24 Dec 2015 21:19:14 +0100 Subject: [PATCH] Change the clipboard design Moved the pokemon down and the clear button up so that it better fits with the new folders Change the clipboard design Move the title and paste button. --- style/client.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/style/client.css b/style/client.css index f25b2054d..345df7660 100644 --- a/style/client.css +++ b/style/client.css @@ -2584,10 +2584,11 @@ a.ilink.yours { .teambuilder-clipboard-container { height: 52px; - max-width: 560px; + max-width: 455px; font-size: 8pt; padding: 4px; position: relative; + margin: auto; border: 1px solid #FFAA00; border-radius: 5px; @@ -2598,7 +2599,7 @@ a.ilink.yours { font-weight: bold; position: absolute; - top: 4px; + bottom: 4px; left: 8px; } .teambuilder-clipboard-data { @@ -2663,7 +2664,7 @@ a.ilink.yours { } .teambuilder-clipboard-buttons { display: block; - width: 520px; + width: 385px; position: absolute; top: 34px;