MediaWiki:Gadget-Stockphoto.css

From Open Educational Resources
Revision as of 14:14, 29 January 2018 by Yogi (talk | contribs) (Created page with "div#stockphoto_base.vertical { min-width:160px; position:absolute; } a#stockphoto_remove { cursor:pointer; margin-left:10px; } .stockphoto_buttonrow_text { vertical-ali...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
div#stockphoto_base.vertical {
 min-width:160px;
 position:absolute;
}

a#stockphoto_remove {
 cursor:pointer;
 margin-left:10px;
}

.stockphoto_buttonrow_text {
 vertical-align:middle;
 display:inline-block;
 text-align:center;
}

div#stockphoto_base.horizontal #stockphoto_social_bookmarks {
 text-align:center;
 width:100%;
 margin-bottom:10px;
}

div#stockphoto_base.vertical#stockphoto_social_bookmarks {
 display:inline-block;
 text-align:center;
 margin-bottom:10px;
}

span.stockphoto_social_icon {
 padding-right:2px;
}

div.stockphoto_dialog_row {
 margin-bottom:5px;
 width:99%;
 display:inline-block;
}
div.stockphoto_dialog_row input[type=text]{
 width:99%;
}

div.stockphoto_dialog_row textarea{
 width:99%;
 min-height:80px;
}
span.stockphoto_note{
 display:block;
 margin-top:-5px;
 margin-bottom:15px;
 font-style:italic;
 font-size:smaller;
}
.vertical .stockphoto_buttonrow_icon {
 margin: 0 10px 10px;
 display:inline-block;
}
.horizontal .stockphoto_buttonrow_icon {
 margin-left: 10px;
}
.vertical > span {
 display:block;
}