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

Unified Diff: chrome/browser/resources/options/chromeos/change_picture_options.css

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 9 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/options/chromeos/change_picture_options.css
diff --git a/chrome/browser/resources/options/chromeos/change_picture_options.css b/chrome/browser/resources/options/chromeos/change_picture_options.css
deleted file mode 100644
index e972190934ecd33123391859c8bc4e1d93342865..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options/chromeos/change_picture_options.css
+++ /dev/null
@@ -1,33 +0,0 @@
-#images-grid {
- -webkit-user-drag: none;
- -webkit-user-select: none;
- margin: 10px;
- outline: none;
- padding: 10px;
- width: 600px;
-}
-
-#images-grid * {
- margin: 0;
- padding: 0;
-}
-
-#images-grid img {
- background-color: white;
- height: 64px;
- vertical-align: middle;
- width: 64px;
-}
-
-#images-grid [role=listitem] {
- border-radius: 4px;
- border: 1px solid rgba(0, 0, 0, 0.15);
- display: inline-block;
- margin: 10px;
- padding: 3px;
-}
-
-#images-grid [selected] {
- border: 2px solid #06c;
- padding: 2px;
-}

Powered by Google App Engine
This is Rietveld 408576698