~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to resources/css/youtube.css

  • Committer: Keith Hughitt
  • Date: 2011-06-24 15:14:24 UTC
  • mfrom: (584 hv-trunk)
  • mto: This revision was merged to the branch mainline in revision 589.
  • Revision ID: keith.hughitt@nasa.gov-20110624151424-myz1m50fq5g3krcw
Merging in trunk changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Base  */
2
 
body {background: url("../../../resources/images/backgrounds/gradient_v5-optimized.png") repeat scroll 0 0 transparent; color: #FFF; text-align: left;}
3
 
#container {max-width: 570px; height: 370px; margin: 100px auto; position: relative; background: url("../../../lib/jquery.ui-1.8/css/dot-luv-modified/images/ui-bg_gloss-wave_20_111111_500x100.png") repeat-x scroll 50% top #111111; padding: 10px; border: 1px solid #262424; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -moz-box-shadow: -8px 8px 5px black; -webkit-box-shadow: -8px 8px 5px black; box-shadow: -8px 8px 5px black;}
4
 
#youtube-logo{ float: left; margin-left: 47px; margin-right: 8px }
 
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 }
5
6
#youtube-video-info label { width: 18%; display: inline-block; text-align: right; vertical-align: top; margin: 5px 5px 0 0; }
6
7
#youtube-video-info input, #youtube-video-info textarea { margin-top: 5px; width: 75%; }
7
8
#youtube-video-info #youtube-submit-btn { float: right; width: 70px; margin-top: 12px; }
8
 
#upload-error-console-container {position: absolute; width: 100%; bottom: 5px;}
 
9
#upload-error-console-container {position: absolute; width: 95%; bottom: 20px;}
9
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;}
10
11
#success-message{margin: 100px auto;}
11
12
 
12
 
/* Dialog */
13
 
body.dialog-mode {background: transparent;}
14
 
.dialog-mode #container {margin-top: 10px; background: transparent; -moz-box-shadow: none; -webkit-shadow: none; box-shadow: none; border: none;}