mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-05 21:16:26 -05:00
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.
This commit is contained in:
parent
fa09ddcf8a
commit
d02aa26ff9
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user