Format tests.css
authorZhiqiang Zhang <zhiqiang.zhang@intel.com>
Thu, 28 Aug 2014 06:56:51 +0000 (14:56 +0800)
committerZhiqiang Zhang <zhiqiang.zhang@intel.com>
Thu, 28 Aug 2014 06:56:51 +0000 (14:56 +0800)
- http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml
- Indent by 2 spaces at a time
- Separate selectors and declarations by new lines

xsd/tests.css

index cbad68a2daa772547dc1614f90c6bbf95007d11c..c2ba69b3d28d5acb800f7f0dcf380de51dc283d3 100644 (file)
 @charset "UTF-8";\r
 /* CSS Document */\r
-#testcasepage div,#testcasepage h1,#testcasepage p,#testcasepage table,#testcasepage tr,#testcasepage th,#testcasepage td\r
-       {\r
-       margin: 0;\r
-       padding: 0;\r
-       border: 0;\r
-       font-weight: inherit;\r
-       font-style: inherit;\r
-       font-size: 0.96em;\r
-       font-family: arial;\r
-       vertical-align: baseline;\r
+#testcasepage div,\r
+#testcasepage h1,\r
+#testcasepage p,\r
+#testcasepage table,\r
+#testcasepage tr,\r
+#testcasepage th,\r
+#testcasepage td {\r
+  margin: 0;\r
+  padding: 0;\r
+  border: 0;\r
+  font-weight: inherit;\r
+  font-style: inherit;\r
+  font-size: 0.96em;\r
+  font-family: arial;\r
+  vertical-align: baseline;\r
 }\r
 \r
 #testcasepage p {\r
-       text-align: left;\r
+  text-align: left;\r
 }\r
 \r
 #suite_title {\r
-       text-align: left;\r
+  text-align: left;\r
 }\r
 \r
 #btc {\r
-       text-align: right;\r
+  text-align: right;\r
 }\r
 \r
 #testcasepage table {\r
-       border-collapse: separate;\r
-       border-spacing: 0;\r
-       margin-bottom: 1.4em;\r
-       vertical-align: middle;\r
+  border-collapse: separate;\r
+  border-spacing: 0;\r
+  margin-bottom: 1.4em;\r
+  vertical-align: middle;\r
 }\r
 \r
-#testcasepage th,#testcasepage td {\r
-       text-align: left;\r
-       font-weight: normal;\r
-       padding: 4px 10px 4px 5px;\r
-       vertical-align: middle;\r
+#testcasepage th,\r
+#testcasepage td {\r
+  text-align: left;\r
+  font-weight: normal;\r
+  padding: 4px 10px 4px 5px;\r
+  vertical-align: middle;\r
 }\r
 \r
 #cases table {\r
-       width: 101%;\r
+  width: 101%;\r
 }\r
 \r
 #fail_cases table {\r
-       width: 101%;\r
+  width: 101%;\r
 }\r
 \r
 #title table {\r
-       width: 101%;\r
+  width: 101%;\r
 }\r
 \r
 #device table {\r
-       width: 50%;\r
+  width: 50%;\r
 }\r
 \r
 #summary table {\r
-       width: 50%;\r
+  width: 50%;\r
 }\r
 \r
 #testcasepage th {\r
-       border-bottom: 1px solid #000;\r
-       background-color: #AAAAAA;\r
-       border-left: 1px solid #000;\r
-       border-top: 1px solid #000;\r
-       color: #000;\r
-       font-weight: bold;\r
-       vertical-align: bottom;\r
+  border-bottom: 1px solid #000;\r
+  background-color: #AAAAAA;\r
+  border-left: 1px solid #000;\r
+  border-top: 1px solid #000;\r
+  color: #000;\r
+  font-weight: bold;\r
+  vertical-align: bottom;\r
 }\r
 \r
-#testcasepage th:last-child,#testcasepage td:last-child {\r
-       border-right: 1px solid #000;\r
+#testcasepage th:last-child,\r
+#testcasepage td:last-child {\r
+  border-right: 1px solid #000;\r
 }\r
 \r
 #testcasepage td {\r
-       border-left: 1px solid;\r
-       font-weight: normal;\r
-       border-bottom: 1px solid;\r
+  border-left: 1px solid;\r
+  font-weight: normal;\r
+  border-bottom: 1px solid;\r
 }\r
 \r
 #testcasepage td.yellow_rate {\r
-       background-color: #ffcc00;\r
+  background-color: #ffcc00;\r
 }\r
 \r
 #testcasepage td.green_rate {\r
-       background-color: #33cc33;\r
+  background-color: #33cc33;\r
 }\r
 \r
 #testcasepage td.dgreen_rate {\r
-       background-color: #339933;\r
+  background-color: #339933;\r
 }\r
 \r
 #testcasepage td.red_rate {\r
-       background-color: #FF3333;\r
+  background-color: #FF3333;\r
 }\r
 \r
-#title table,#title tr,#title td {\r
-       border-left: none;\r
-       border-bottom: none;\r
-       text-align: center;\r
+#title table,\r
+#title tr,\r
+#title td {\r
+  border-left: none;\r
+  border-bottom: none;\r
+  text-align: center;\r
 }\r
 \r
 #title td:last-child {\r
-       border-right: none;\r
+  border-right: none;\r
 }\r
 \r
 #testcasepage h1 {\r
-       font-size: 2em;\r
-       font-family: Arial, sans-serif;\r
-       font-weight: bold;\r
-       line-height: 1;\r
-       color: #000;\r
-       margin-bottom: 0.75em;\r
-       padding-top: 0.25em;\r
-       font-weight: bold;\r
+  font-size: 2em;\r
+  font-family: Arial, sans-serif;\r
+  font-weight: bold;\r
+  line-height: 1;\r
+  color: #000;\r
+  margin-bottom: 0.75em;\r
+  padding-top: 0.25em;\r
+  font-weight: bold;\r
 }\r
 \r
 #goTopBtn {\r
-       right: 0px;\r
-       bottom: 0px;\r
-       position: fixed; +position: absolute;\r
-       top: expression(parseInt(document.body.scrollTop)+document.body.clientHeight-40);\r
-}
\ No newline at end of file
+  right: 0px;\r
+  bottom: 0px;\r
+  position: fixed; +position: absolute;\r
+  top: expression(parseInt(document.body.scrollTop) + document.body.clientHeight - 40);\r
+}\r