diff options
author | Guy Pyrzak <guypyrzak@guyah> | 2010-03-03 07:13:28 +0100 |
---|---|---|
committer | Guy Pyrzak <guypyrzak@guyah> | 2010-03-03 07:13:28 +0100 |
commit | 2df35fc7a5139c4c478e1989b7122672f68f7be6 (patch) | |
tree | b93a461d8734dc250228346e05d4441bdb585805 /skins | |
parent | 8d0710acaba90364e20af1cb9d23a8ad62f3bcd3 (diff) | |
download | bugzilla-2df35fc7a5139c4c478e1989b7122672f68f7be6.tar.gz bugzilla-2df35fc7a5139c4c478e1989b7122672f68f7be6.tar.xz |
101770
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/attachment.css (renamed from skins/standard/create_attachment.css) | 108 |
1 files changed, 102 insertions, 6 deletions
diff --git a/skins/standard/create_attachment.css b/skins/standard/attachment.css index 0d8a2b886..081f5ccb7 100644 --- a/skins/standard/create_attachment.css +++ b/skins/standard/attachment.css @@ -14,6 +14,7 @@ * Joel Peshkin <bugreport@peshkin.net> * Erik Stambaugh <erik@dasbistro.com> * Marc Schumann <wurblzap@gmail.com> + * Guy Pyrzak <guy.pyrzak@gmail.com> */ table.attachment_entry th { @@ -121,10 +122,6 @@ table.attachment_info td { vertical-align: middle; } -#attachment_attributes { - width: 25%; -} - #attachment_attributes div { padding-bottom: 0.4em; } @@ -140,6 +137,105 @@ table.attachment_info td { display: block; } -#attachment_attributes table#flags { - padding-top: 1em; +#smallCommentFrame, #attachment_flags { + float: left; +} + +#smallCommentFrame { + margin-right: 1.5em; +} + +#attachment_comments_and_flags, #attachment_actions { + clear: both; + margin-bottom: 1ex; +} + +#attachment_information_read_only .title { + font-weight: bold; + font-size: 1.5em; + padding: 0; + margin: 0; +} + +#attachment_information_read_only .title #bz_edit { + font-size: 0.7em; +} + +#attachment_information_read_only .details { + font-family: monospace; +} + +#attachment_info.read #attachment_information_edit { + display: none; +} + +#attachment_info.edit #attachment_information_read_only { + display: none; +} + +#attachment_info.edit #attachment_view_window { + float: left; + width: 80%; +} + +#attachment_info.edit #attachment_information_edit { + width: 20%; } + +#attachment_info.edit #attachment_information_edit input.text, +#attachment_info.edit #attachment_information_edit textarea { + width: 90%; +} + +#attachment_isobsolete { + padding-right: 1em; +} + +#attachment_information_edit { + float: left; +} + +#smallCommentFrame textarea { + display: block; +} + +textarea.bz_private { + border: 1px solid #F8C8BA; +} + +#update { + clear: both; + padding: 1.5em 0; + display: block; +} + +textarea { + font-family: monospace; +} + +div#update_container { + clear: both; +} + +#attachment_flags { + margin-bottom: 1em; +} + +#attachment_flags p { + padding-bottom: 0; + margin-bottom: 0; +} + +#editFrame, #viewDiffFrame, #viewFrame { + height: 400px; + width: 100%; +} + +.details span.bz_private{ + border-left: 1px solid darkred; + padding-left: 0.5em; +} + +.no_javascript .bz_hide, .no_javascript .bz_edit { + display: none; +}
\ No newline at end of file |