emoji dialog UX tweaks

https://meta.discourse.org/t/idea-design-window-emoticons/24654
This commit is contained in:
Jeff Atwood 2015-02-02 14:43:10 -08:00
parent 03f7a12b52
commit 2dbe747918

View File

@ -15,11 +15,12 @@ body img.emoji {
margin-top: -100px; margin-top: -100px;
left: 50%; left: 50%;
top: 50%; top: 50%;
background-color: white; background-color: #dadada;
} }
.emoji-page td { .emoji-page td {
border: 1px solid #eee; border: 1px solid transparent;
background-color: white;
} }
.emoji-page a { .emoji-page a {
@ -32,13 +33,9 @@ body img.emoji {
} }
.emoji-table-wrapper { .emoji-table-wrapper {
min-width: 444px; min-width: 442px;
min-height: 185px; min-height: 185px;
} background-color: white;
.emoji-page {
border-collapse: collapse;
margin: 3px;
} }
.emoji-modal-wrapper { .emoji-modal-wrapper {
@ -52,12 +49,9 @@ body img.emoji {
background-color: black; background-color: black;
} }
.emoji-modal .toolbar { .emoji-modal .toolbar {
margin: 0; margin: 0;
padding: 0; margin-top: 8px;
margin-top: 10px;
margin-left: 5px;
margin-bottom: 5px margin-bottom: 5px
} }