diff options
Diffstat (limited to 'chrome/browser/resources/bug_report.css')
-rw-r--r--[-rwxr-xr-x] | chrome/browser/resources/bug_report.css | 115 |
1 files changed, 19 insertions, 96 deletions
diff --git a/chrome/browser/resources/bug_report.css b/chrome/browser/resources/bug_report.css index 07210b0..6366a51 100755..100644 --- a/chrome/browser/resources/bug_report.css +++ b/chrome/browser/resources/bug_report.css @@ -1,35 +1,15 @@ .bug-report-label { text-align: start; vertical-align: text-top; - font-weight: 300; } .bug-report-text { width: 40em; -} - -.bug-report-dropdown { - width: 15em; -} - -.bug-report-table { - width: 40em; - border-spacing: 0px; -} - -.bug-report-field { - width: 22em; - border-style: solid; - border-width: 1px; -} - -.bug-report-fieldlabel { - width: 13em; - font-weight: 300; + resize: none; } .bug-report-button { - + width: 8em; } hr { @@ -38,7 +18,7 @@ hr { background: #cccccc; margin-top: 10px; margin-bottom: 10px; - width: 40em; + width: 33.5em; } .thumbnail-list { @@ -90,18 +70,18 @@ hr { .image-thumbnail img { display: block; - width: 200px; + width: 75px; } .image-thumbnail:hover div { - display: block; - position: absolute; - top: 130%; - left: 0; - padding: 1px; - border: 1px dashed blue; - background-color: transparent; - text-align: center + display: block; + position: absolute; + top: 130%; + left:0; + padding: 1px; + border: 1px dashed blue; + background-color: transparent; + text-align: center } .image-thumbnail:hover div img { @@ -109,76 +89,19 @@ hr { width: 400px; } -.image-thumbnail-current { - position: relative; - z-index: 1; - display: inline-block; - padding: 0px; - border: 2px solid white; -} - -.image-thumbnail-current:hover { - z-index: 2; -} - -.image-thumbnail-current div { - display: none; -} - -.image-thumbnail-current img { - display: block; - width: 200px; -} - -.image-thumbnail-current:hover div { - display: block; - position: absolute; - top: 130%; - left: 0; - padding: 1px; - border: 1px dashed blue; - background-color: transparent; - text-align: center -} - -.image-thumbnail-current:hover div img { - position: absolute; - width: 400px; - padding: 2px; - border: 1px dashed blue; -} - th { padding-top: 10px; - font-weight: normal; -} - -.formpane { - margin-right: 20px; + color: #233478; } -.bug-report-input { - border-style: solid; - border-width: 1px; +#main-panel { + display: -webkit-box; } -#user-email-text { - border: none; -} - -#buttons-pane { - padding: 0px 0px; +.formpane { + margin-right: 20px; } -#privacy-note { - -webkit-padding-start: 24px; - -webkit-padding-end: 24px; - padding-top: 24px; - padding-bottom: 34px; - text-align: start; - font-size: 70%; - font-weight: normal; - color: #53627d; - margin: 0; - width: 47em; +body { + -webkit-user-select: none; } |