Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4899)

Unified Diff: chrome/browser/resources/bug_report.css

Issue 9006003: Refactor and fix feedback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2011 -> 2012 Created 8 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/feedback/proto/web.proto ('k') | chrome/browser/resources/bug_report.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
-}
« no previous file with comments | « chrome/browser/feedback/proto/web.proto ('k') | chrome/browser/resources/bug_report.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698