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

Unified Diff: samples/pop_pop_win/web/resources/style.css

Issue 242443008: samples/pop_pop_win: now based on StageXL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tiny nit Created 6 years, 8 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 | « samples/pop_pop_win/web/resources/images/transparent_static.webp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/pop_pop_win/web/resources/style.css
diff --git a/samples/pop_pop_win/web/resources/style.css b/samples/pop_pop_win/web/resources/style.css
index d2bd38ab76ec158ef8763a420e70c523f3088f93..953a525deb9b2ac1c9b46661e78dfc1351b00ea2 100644
--- a/samples/pop_pop_win/web/resources/style.css
+++ b/samples/pop_pop_win/web/resources/style.css
@@ -6,10 +6,6 @@ body {
font-size: 16px;
}
-.container {
- display: inline-block;
-}
-
#popup {
font-family: 'Josefin Sans', serif;
position: relative;
@@ -45,64 +41,6 @@ body {
height: 88px;
}
-.sprite {
- position: absolute;
- display: block;
- overflow: hidden;
- background-repeat: no-repeat;
- background-image:url(images/transparent_static.png);
-}
-
-.loading_background {
- width:504px;
- height:88px;
-}
-
-.loading_bar {
- display: none;
- left: 51px;
- top: 8px;
- width:398px;
- height:56px;
- background-position: 0 -184px;
-}
-
-.loading_text {
- left: 141px;
- top: 10px;
- width:218px;
- height:56px;
- background-position: -318px -94px;
-}
-
-.status {
- font-size: 15px;
- margin: 5px;
- font-family: inherit;
- font-weight: inherit;
-}
-
-button.status {
- width: 120px;
-}
-
-span.status {
- width: 80px;
- display: inline-block;
- text-align: left;
-}
-
-.help {
- margin: 0;
- display: inline-block;
- text-align: left;
- width: 540px;
-}
-
-.author {
- margin: 10px;
-}
-
canvas#gameCanvas {
position: absolute;
}
« no previous file with comments | « samples/pop_pop_win/web/resources/images/transparent_static.webp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698