Skip to content

Commit

Permalink
synced against default template
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klier committed May 6, 2010
1 parent f9249b3 commit 24a1674
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 6 deletions.
92 changes: 92 additions & 0 deletions _mediaoptions.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
/* --- popup --- */

#media__popup {
background-color:__background__;
display:none;
border: 1px solid __border__;
position: absolute;
width:270px;
}

#media__popup h1 {
text-align:center;
font-weight:normal;
background-color: __background_alt__;
height: 16px;
margin-bottom: 5px;
font-size:12px;
border-bottom: 0;
}

#media__popup p {
display:block;
line-height:14pt;
margin:0.5em;
}

#media_nolink {
padding:4px 0;
}

#media__popup label {
float:left;
width:9em;
}

#media__popup .button {
margin-left:auto;
margin-right:auto;
}

#media__popup .btnlbl {
text-align:center;
}

#media__popup .btnlbl input {
margin:0 1em;
}

#media__closeimg {
float:right;
}

/* --- display options --- */

#media__linkopts label,
#media__nolnk {
width: 80px;
float: left;
margin-left: 10px;
}

#media__linkopts label{
line-height: 20px;
}

#media__nolnk,
#media__linkopts label.long{
margin-bottom: 8px;
line-height: 12px;
}

#media__linkopts label.long{
width: 150px;
float: none;
}

#media__linkopts br {
clear: both;
}

#media__linkopts select {
width: 60px;
margin-left: 10px;
}

#media__linkopts input.edit {
width:50px;
margin-left:10px;
}
#media__linkopts #media__title {
width:150px;
}
21 changes: 21 additions & 0 deletions _subscription.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/**
* Styles for the subscription page
*/

form#subscribe__form {
display: block;
width: 300px;
text-align: center;
}

form#subscribe__form fieldset {
text-align: left;
margin: 0.5em 0;
}

form#subscribe__form label {
display:block;
margin: 0 0.5em 0.5em;
}


8 changes: 5 additions & 3 deletions style.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ design.css = screen
style.css = screen
sandy_design.css = screen

media.css = screen
_admin.css = screen
_linkwiz.css = screen
media.css = screen
_admin.css = screen
_linkwiz.css = screen
_mediaoptions.css = screen
_subscription.css = screen

rtl.css = rtl
print.css = print
Expand Down
8 changes: 5 additions & 3 deletions style.ini.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ design.css = screen
style.css = screen
sandy_design.css = screen

media.css = screen
_admin.css = screen
_linkwiz.css = screen
media.css = screen
_admin.css = screen
_linkwiz.css = screen
_mediaoptions.css = screen
_subscription.css = screen

rtl.css = rtl
print.css = print
Expand Down

0 comments on commit 24a1674

Please sign in to comment.