| Index: chrome/browser/resources/bug_report.css
|
| diff --git a/chrome/browser/resources/bug_report.css b/chrome/browser/resources/bug_report.css
|
| deleted file mode 100644
|
| index bbccf2684dd32f9f6e470f893a8c5b5262f769cf..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/bug_report.css
|
| +++ /dev/null
|
| @@ -1,184 +0,0 @@
|
| -.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;
|
| -}
|
| -
|
| -.bug-report-button {
|
| -
|
| -}
|
| -
|
| -hr {
|
| - border: none;
|
| - height: 1px;
|
| - background: #cccccc;
|
| - margin-top: 10px;
|
| - margin-bottom: 10px;
|
| - width: 40em;
|
| -}
|
| -
|
| -.thumbnail-list {
|
| - -webkit-margin-start: 1em;
|
| - width: 33.5em;
|
| - display: block;
|
| - margin-top: 0.5em;
|
| - margin-bottom: 1em;
|
| -}
|
| -
|
| -.image-thumbnail-container {
|
| - display: inline-block;
|
| - border: 2px solid white;
|
| - border-radius: 3px;
|
| - z-index: 0;
|
| -}
|
| -
|
| -.image-thumbnail-container-selected {
|
| - display: inline-block;
|
| - border: 2px solid green;
|
| - border-radius: 3px;
|
| - z-index: 0;
|
| -}
|
| -
|
| -.image-thumbnail-container:hover {
|
| - border: 2px solid #B8DAB0;
|
| - z-index: 0;
|
| -}
|
| -
|
| -.image-popup {
|
| - width: 50%;
|
| -}
|
| -
|
| -.image-thumbnail {
|
| - position: relative;
|
| - z-index: 1;
|
| - display: inline-block;
|
| - padding: 0px;
|
| - border: 2px solid white;
|
| -}
|
| -
|
| -.image-thumbnail:hover {
|
| - z-index: 2;
|
| -}
|
| -
|
| -.image-thumbnail div {
|
| - display: none;
|
| -}
|
| -
|
| -.image-thumbnail img {
|
| - display: block;
|
| - width: 200px;
|
| -}
|
| -
|
| -.image-thumbnail:hover div {
|
| - 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 {
|
| - position: absolute;
|
| - 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;
|
| -}
|
| -
|
| -.bug-report-input {
|
| - border-style: solid;
|
| - border-width: 1px;
|
| -}
|
| -
|
| -#user-email-text {
|
| - border: none;
|
| -}
|
| -
|
| -#buttons-pane {
|
| - padding: 0px 0px;
|
| -}
|
| -
|
| -#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;
|
| -}
|
|
|