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

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

Issue 8233030: Print Preview: Making margin lines draggable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addresing comments Created 9 years, 2 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
Index: chrome/browser/resources/print_preview/print_preview.css
diff --git a/chrome/browser/resources/print_preview/print_preview.css b/chrome/browser/resources/print_preview/print_preview.css
index 1808f63f416526164e4dbdf1609e99e7a60ae3bf..e720cbf7916afd78b6fa7e5da8c81a1c24be0952 100644
--- a/chrome/browser/resources/print_preview/print_preview.css
+++ b/chrome/browser/resources/print_preview/print_preview.css
@@ -1,3 +1,8 @@
+/* Copyright (c) 2011 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
html {
height: 100%;
}
@@ -672,6 +677,7 @@ select {
-webkit-box-flex: 1;
-webkit-user-select: none;
background-color: #ccc;
+ overflow: hidden;
position: relative;
}
@@ -722,45 +728,6 @@ select {
pointer-events: none;
}
-input[type='text'].margin-box {
- background-color: #2a2a2a;
- color: #fff;
- cursor: auto;
- font-family: arial;
- font-size: 10px;
- height: 15px;
- padding: 5px 10px;
- position: absolute;
- text-align: center;
- width: 40px;
- z-index: 3;
-}
-
-input[type='text'].margin-box.invalid {
- background-color: #c11b17;
-}
-
-.draggable-area {
- background-color: transparent;
- border-color: transparent;
- pointer-events: none;
- position: absolute;
- z-index: 2;
-}
-
-.margin-line {
- border-color: #4080FA;
- border-style: dashed;
- border-width: 1px;
- position: absolute;
- z-index: 2;
-}
-
-#customized-margins {
- position: absolute;
- top: 0;
-}
-
#messages {
color: #404040;
font-size: 13px;

Powered by Google App Engine
This is Rietveld 408576698