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

Unified Diff: experimental/flocking_geese/css/info_panel.css

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 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 | « experimental/flocking_geese/css/form_input.css ('k') | experimental/flocking_geese/css/load_progress.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/flocking_geese/css/info_panel.css
diff --git a/experimental/flocking_geese/css/info_panel.css b/experimental/flocking_geese/css/info_panel.css
deleted file mode 100644
index eb4eb4ab10f51593f108d6e5dfb95cc5b90935a5..0000000000000000000000000000000000000000
--- a/experimental/flocking_geese/css/info_panel.css
+++ /dev/null
@@ -1,52 +0,0 @@
-/* Copyright 2011 The Native Client Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-/**
- * The information panel display. Positioned at the right edge of the app
- * with a fixed width of 250 pixels. Auto-adjusts its height to fill its
- * parent container.
- */
-#info_panel {
- position: absolute;
- top: 0;
- right: 0;
- width: 250px;
- height: 100%;
- background-color: black;
- border-top-style: none;
- border-right-style: none;
- border-bottom-style: none;
- border-left-style: solid;
- border-color: black;
- border-width: 2px;
- background-image: url('../images/DialBackground.png');
- background-repeat: no-repeat;
- background-position: left top;
-}
-
-#info_panel a,p,h1,h2,h3 {
- margin-left: 16px;
- color: #949596;
-}
-
-#sim_mode_select {
- position: absolute;
- top: 281px;
- left: 58px;
-}
-
-#flock_size_slider {
- position: absolute;
- top: 328px;
- left: 38px;
-}
-
-.info-notice {
- font-size: 80%;
- margin-left: 32px;
- margin-right: 32px;
- line-height: 1em;
-}
-
« no previous file with comments | « experimental/flocking_geese/css/form_input.css ('k') | experimental/flocking_geese/css/load_progress.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698