spec/dummy/tmp/cache/assets/CC2/EC0/sprockets%2F76bf80cb571ca530357f78db78167866 in teabag-0.5.1 vs spec/dummy/tmp/cache/assets/CC2/EC0/sprockets%2F76bf80cb571ca530357f78db78167866 in teabag-0.5.2
- old
+ new
@@ -1,40 +1,40 @@
-o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1357882771.980526:@value"¹.{I"
+o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1358363404.6493912:@value"z3{I"
class:EFI"BundledAsset; FI"logical_path; FI"teabag.css; FI"
pathname; FI"G/Users/jejacks0n/Projects/teabag/app/assets/stylesheets/teabag.css; FI"content_type; FI"
text/css; FI"
-mtime; FI"2012-12-29T22:12:57-07:00; FI"length; Fi-I"digest; F"%63f2c9abf65038d40c507c198d34b59fI"source; FI"-body {
+mtime; FI"2013-01-11T22:37:03-07:00; FI"length; FiÆ1I"digest; F"%891d22d825704f693f64fd250d823234I"source; FI"Æ1body {
margin: 0;
padding: 0;
font: 15px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #f4f3ee;
}
/* Base Reporter
*---------------------------------------------------------------------------*/
-#teabag-html-reporter {
+#teabag-interface {
padding: 45px 50px 0;
- min-width: 440px;
+ min-width: 430px;
border-top: 3px solid #18c2e8;
color: #000;
}
-#teabag-html-reporter hr {
+#teabag-interface hr {
border: 0;
background: #cfc8c4;
height: 1px;
margin: 20px 0;
}
-#teabag-html-reporter .teabag-clearfix:after {
+#teabag-interface .teabag-clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
-html[xmlns] #teabag-html-reporter .teabag-clearfix {
+html[xmlns] #teabag-interface .teabag-clearfix {
display: block;
}
-* html #teabag-html-reporter .teabag-clearfix {
+* html #teabag-interface .teabag-clearfix {
height: 1%;
}
/* Title / Env info
*---------------------------------------------------------------------------*/
@@ -58,10 +58,17 @@
font-style: normal;
}
#teabag-title b {
font-weight: 400;
}
+#teabag-title a {
+ text-decoration: none;
+ color: #000;
+}
+#teabag-title a:hover {
+ text-decoration: underline;
+}
/* Progress indicator
*---------------------------------------------------------------------------*/
#teabag-progress {
float: left;
@@ -195,30 +202,27 @@
}
#teabag-controls select {
position: relative;
top: -1px;
height: 21px;
- max-width: 100px;
+ max-width: 150px;
margin: 0;
border: 1px solid #B3B3B3;
outline: none;
}
-
-#teabag-controls #teabag-filter {
- margin-right: 220px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- font-weight: 200;
- color: #7b4f49;
+#teabag-controls input {
+ margin: 0;
+ padding: 2px 8px;
+ zoom: 1;
+ border: 1px solid #B3B3B3;
+ outline: none;
+ font-size: 12px;
+ border-radius: 0.4em;
+ background-color: #fff;
+ width: 100%;
}
-#teabag-controls #teabag-filter button {
- visibility: hidden;
-}
-#teabag-controls #teabag-filter.teabag-filtered button {
- visibility: visible;
-}
+
#teabag-controls #teabag-toggles {
float: right;
}
#teabag-controls #teabag-toggles button:first-child {
border-top-left-radius: 0.4em;
@@ -233,10 +237,45 @@
margin-left: -1px;
float: left;
position: relative;
}
+/* Filter
+ *---------------------------------------------------------------------------*/
+#teabag-filter {
+ font-weight: 200;
+ display: none;
+}
+#teabag-filter.teabag-filtered {
+ display: block;
+}
+#teabag-filter h1 {
+ float: right;
+ height: 15px;
+ margin: -11px 15px 0 0;
+ padding: 0 4px;
+ background: #f4f3ee;
+ text-align: right;
+ font-size: 17px;
+ font-weight: 200;
+ color: #7b4f49;
+}
+#teabag-filter ul {
+ margin: 0;
+ padding: 3px 10px 6px;
+ list-style: none;
+ border: 1px solid #cfc8c4;
+ border-radius: 3px;
+}
+#teabag-filter li {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ width: 100%;
+}
+
+
/* Reporting
*---------------------------------------------------------------------------*/
#teabag-report a {
text-decoration: none;
color: #482b25;
@@ -283,11 +322,10 @@
}
#teabag-report .slow span {
background: #ff3f3c;
}
-
#teabag-report #teabag-report-all {
margin: 0;
padding: 0;
list-style: none;
}
@@ -325,14 +363,14 @@
background: rgba(255, 255, 255, 0.6);
}
/* State Overrides
*---------------------------------------------------------------------------*/
-body.teabag-failed #teabag-html-reporter {
+body.teabag-failed #teabag-interface {
border-top: 3px solid #ff3f3c;
}
-body.teabag-passed #teabag-html-reporter {
+body.teabag-passed #teabag-interface {
border-top: 3px solid #51e431;
}
body.teabag-failed #teabag-progress .teabag-indicator {
background-color: #ff3f3c;
}
@@ -350,16 +388,46 @@
width: 10000px;
opacity: 0;
background: #fff;
}
+/* Suite List
+ *---------------------------------------------------------------------------*/
+#teabag-suite-list {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+}
+#teabag-suite-list ul {
+ margin: 0 0 20px 0;
+ padding: 0 0 0 20px;
+ /*background: rgba(200, 184, 161, 0.1);*/
+}
+#teabag-suite-list a {
+ text-decoration: none;
+ color: #482b25;
+}
+#teabag-suite-list a:hover {
+ text-decoration: underline;
+}
+#teabag-suite-list h1 {
+ margin: 0 0 -1px 0;
+ font-weight: 400;
+ font-size: 20px;
+ border-bottom: 1px dotted #cfc8c4;
+}
+#teabag-suite-list h4 {
+ margin: 0;
+ font-weight: 200;
+}
+
/* Responsive
*---------------------------------------------------------------------------*/
@media (max-width: 540px) {
- body {
- padding: 25px 5px;
+ #teabag-interface {
+ padding: 15px 5px;
}
#teabag-progress {
margin-right: 15px;
}
}
-; FI"required_assets_digest; F"%178250144060367442985ad7480af406I"
_version; F"%6776f581a4329e299531e1d52aa59832
+; FI"required_assets_digest; F"%282104ab45d18b0b935aed9546135a8fI"
_version; F"%6776f581a4329e299531e1d52aa59832
\ No newline at end of file