Skip to content

Instantly share code, notes, and snippets.

@eight04
Created September 15, 2014 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eight04/6093d12ed14250566650 to your computer and use it in GitHub Desktop.
Save eight04/6093d12ed14250566650 to your computer and use it in GitHub Desktop.
GM_config style
/* iframe */
#GM_config {
border-radius: 1em;
box-shadow: 0 0 1em black;
border: 1px solid grey!important;
}
/* passed to GM_config.init */
body {
margin: 0;
}
.config_header {
background-color: #eee;
padding: 17px 0;
border-bottom: 1px solid #ccc;
}
.section_header_holder {
margin: 0;
padding: 0 15px;
}
#buttons_holder {
margin: 0;
padding: 7px 15px;
}
.section_header {
font-size: 1.5em;
color: black;
border: none;
background-color: transparent;
margin: 12px 0 7px;
display: block;
text-align: left;
}
.saveclose_buttons {
margin: 0;
margin-bottom: 7px;
}
.saveclose_buttons + .saveclose_buttons {
margin-left: 7px;
}
label, input {
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment