From 943cb218ba944c4a3601c34809b352a44bc7d162 Mon Sep 17 00:00:00 2001
From: Steve Lefevre <Steve.Lefevre@highlights.com>
Date: Tue, 15 May 2012 12:39:25 -0400
Subject: [PATCH] Re-sorted style declarations in css files to comply with
 Drupal coding standards.

---
 css/bulkupload.css |  113 ++++++++++++++++++++++++++--------------------------
 css/entermedia.css |    6 +-
 2 files changed, 59 insertions(+), 60 deletions(-)

diff --git a/css/bulkupload.css b/css/bulkupload.css
index 609ca31..24579b1 100644
--- a/css/bulkupload.css
+++ b/css/bulkupload.css
@@ -11,14 +11,14 @@ small, strike, strong, sub, sup, tt, var,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td {
-  margin: 0;
-  padding: 0;
   border: 0;
-  outline: 0;
-  font-weight: inherit;
+  font-family: inherit;
   font-style: inherit;
   font-size: 100%;
-  font-family: inherit;
+  font-weight: inherit;
+  margin: 0;
+  outline: 0;
+  padding: 0;
   vertical-align: baseline;
 }*/
 
@@ -28,9 +28,9 @@ table, caption, tbody, tfoot, thead, tr, th, td {
   outline: 0;
 }
 body {
-  line-height: 1;
-  color: black;
   background: white;
+  color: black;
+  line-height: 1;
 }
 ol,
 ul {
@@ -44,8 +44,8 @@ table {
 caption,
 th,
 td {
-  text-align: left;
   font-weight: normal;
+  text-align: left;
 }
 blockquote:before,
 blockquote:after,
@@ -67,10 +67,10 @@ q {
 /* -- Text Styles ------------------------------- */
 /*html,
 body {
+  font: 12px/1.4em "Lucida Grande",Verdana,sans-serif;
   margin: 0;
   padding: 0;
   width: 100%;
-  font: 12px/1.4em "Lucida Grande",Verdana,sans-serif;
 }*/
 
 a {
@@ -86,10 +86,10 @@ strong {
 }
 
 /*h1 {
+  color: #333;
   font: 28px/1em  Arial, Helvetica, sans-serif;
-  padding: 60px 20px 20px;
   margin-bottom: 15px;
-  color: #333;
+  padding: 60px 20px 20px;
   text-decoration: none;
 }*/
 
@@ -114,17 +114,17 @@ ul {
   padding: 4px 5px;
 }
 ul li {
+  list-style: square;
   padding: 4px 5px;
   margin: 0 20px;
-  list-style: square;
 }
 
 code {
-  display: block;
   background: #edffb8 none repeat scroll 0%;
   border-color: #b2da3a;
   border-style: solid;
   border-width: 1px 0;
+  display: block;
   font-size: 1em;
   margin: 1em 0pt;
   overflow: auto;
@@ -141,22 +141,22 @@ code {
   position: relative;
 }
 #logo {
-  padding: 0;
-  margin: 0;
   background: url(../images/logo.gif) no-repeat 20px 20px;
   height: 106px;
+  margin: 0;
+  overflow: hidden;
+  padding: 0;
   width: 272px;
   text-indent: -5000px;
-  overflow: hidden;
 }
 
 /* hide link text */
 #logo a {
-  display: block;
   color: #fff;
-  text-indent: -5000px;
-  overflow: hidden;
+  display: block;
   height: 106px;
+  overflow: hidden;
+  text-indent: -5000px;
   width: 272px;
 }
 
@@ -182,28 +182,27 @@ div.fieldset {
   padding: 20px 10px;
 }
 div.fieldset span.legend {
+  background: #fff;
+  color: #b30500;
+  font-size: 14px;
+  font-weight: bold;
   position: relative;
   padding: 3px;
   top: -30px;
-  font-weight: bold;
-  color: #b30500;
-  font-size: 14px;
-  background: #fff;
 }
 
 div.flash {
-  width: 375px;
-  margin: 10px 5px;
-  border-color: #d9e4ff;
-
+  -moz-border-radius-bottomleft: 5px;
+  -moz-border-radius-bottomright: 5px;
   -moz-border-radius-topleft: 5px;
-  -webkit-border-top-left-radius: 5px;
   -moz-border-radius-topright: 5px;
-  -webkit-border-top-right-radius: 5px;
-  -moz-border-radius-bottomleft: 5px;
   -webkit-border-bottom-left-radius: 5px;
-  -moz-border-radius-bottomright: 5px;
   -webkit-border-bottom-right-radius: 5px;
+  -webkit-border-top-left-radius: 5px;
+  -webkit-border-top-right-radius: 5px;
+  border-color: #d9e4ff;
+  margin: 10px 5px;
+  width: 375px;
 }
 
 button,
@@ -233,10 +232,10 @@ input[disabled] {
 }
 
 label {
-  width: 150px;
-  text-align: right;
   display: block;
   margin-right: 5px;
+  text-align: right;
+  width: 150px;
 }
 
 #btnSubmit {
@@ -255,89 +254,89 @@ td {
 }
 
 .progressContainer {
-  margin: 5px;
-  padding: 4px;
-  border: solid 1px #e8e8e8;
   background-color: #f7f7f7;
+  border: solid 1px #e8e8e8;
+  margin: 5px;
   overflow: hidden;
+  padding: 4px;
 }
 /* Message */
 .message {
-  margin: 1em 0;
-  padding: 10px 20px;
-  border: solid 1px #ffdd99;
   background-color: #ffffcc;
+  border: solid 1px #ffdd99;
+  margin: 1em 0;
   overflow: hidden;
+  padding: 10px 20px;
 }
 /* Error */
 .red {
-  border: solid 1px #b50000;
   background-color: #ffebeb;
+  border: solid 1px #b50000;
 }
 
 /* Current */
 .green {
-  border: solid 1px #ddf0dd;
   background-color: #ebffeb;
+  border: solid 1px #ddf0dd;
 }
 
 /* Complete */
 .blue {
-  border: solid 1px #cee2f2;
   background-color: #f0f5ff;
+  border: solid 1px #cee2f2;
 }
 
 .progressName {
-  font-size: 8pt;
-  font-weight: 700;
   color: #555;
-  width: 323px;
   height: 14px;
+  font-size: 8pt;
+  font-weight: 700;
+  overflow: hidden;
   text-align: left;
   white-space: nowrap;
-  overflow: hidden;
+  width: 323px;
 }
 
 .progressBarInProgress,
 .progressBarComplete,
 .progressBarError {
+  background-color: blue;
   font-size: 0;
-  width: 0%;
   height: 2px;
-  background-color: blue;
   margin-top: 2px;
+  width: 0%;
 }
 
 .progressBarComplete {
-  width: 100%;
   background-color: green;
+  width: 100%;
   visibility: hidden;
 }
 
 .progressBarError {
-  width: 100%;
   background-color: red;
+  width: 100%;
   visibility: hidden;
 }
 
 .progressBarStatus {
-  margin-top: 2px;
-  width: 337px;
   font-size: 7pt;
   font-family: Arial;
+  margin-top: 2px;
   text-align: left;
   white-space: nowrap;
+  width: 337px;
 }
 
 a.progressCancel {
-  font-size: 0;
-  display: block;
-  height: 14px;
-  width: 14px;
   background-image: url(../images/cancelbutton.gif);
-  background-repeat: no-repeat;
   background-position: -14px 0px;
+  background-repeat: no-repeat;
+  display: block;
   float: right;
+  font-size: 0;
+  height: 14px;
+  width: 14px;
 }
 
 a.progressCancel:hover {
diff --git a/css/entermedia.css b/css/entermedia.css
index 1386b84..d1d6a4a 100644
--- a/css/entermedia.css
+++ b/css/entermedia.css
@@ -12,8 +12,8 @@ form#entermedia-search-asset-form input[value="Search"] {
 }
 
 form#entermedia-search-asset-form .ent-asset-search-result .asset_row {
-  width: 160px;
   height: 130px;
+  width: 160px;
 }
 
 div.ent-asset-search-result > div:first-child {
@@ -27,8 +27,8 @@ div.ent-asset-search-result input[type="checkbox"] {
 }
 
 #entermedia-settings .form-checkboxes .form-item {
-  width: 250px;
   float: left;
+  width: 250px;
 }
 
 #entermedia-settings .description {
@@ -39,11 +39,11 @@ div.ent-asset-search-result input[type="checkbox"] {
   width: 500px;
 }
 .ent-asset-search-result .asset_row {
+  display: block;
   float: left;
   height: 120px;
   margin: 20px 2px;
   width: 160px;
-  display: block;
 }
 .ent-asset-search-result .pager {
   clear: left;
-- 
1.7.9

