~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to resources/css/youtube.css

  • Committer: V. Keith Hughitt
  • Date: 2009-04-01 21:08:05 UTC
  • Revision ID: hughitt1@kore-20090401210805-372f7dgih07vxk42
nightly build 04-01-2009

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Base  */
2
 
#upload-dialog {color: white; margin-top: 10px; -moz-box-shadow: none; -webkit-shadow: none; box-shadow: none; border: none;}
3
 
#upload-dialog h1 {font-size:32px; font-weight: 700; font-family: serif; line-height: 39px; margin: 21.4333px 0px;}
4
 
#upload-dialog label {font-size: 16px;}
5
 
#youtube-logo-large { float: left; margin-left: 47px; margin-right: 8px }
6
 
#youtube-video-info label { width: 18%; display: inline-block; text-align: right; vertical-align: top; margin: 5px 5px 0 0; }
7
 
#youtube-video-info input, #youtube-video-info textarea { margin-top: 5px; width: 75%; }
8
 
#youtube-video-info #youtube-submit-btn { float: right; width: 70px; margin-top: 12px; }
9
 
#upload-error-console-container {position: absolute; width: 95%; bottom: 20px;}
10
 
#upload-error-console {margin: auto; width: 82%; border:1px solid #a88a8f; background: #C2B2B5; color: #423637; font-size: 12px; padding: 3px; text-align: center; -moz-border-radius: 2px; -webkit-border-radius: 2px; display:none;}
11
 
#success-message{margin: 100px auto;}
12