Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] r299 - registry/trunk/app/webroot/css

Subject: COmanage Developers List

List archive

[comanage-dev] r299 - registry/trunk/app/webroot/css


Chronological Thread 
  • From:
  • To:
  • Subject: [comanage-dev] r299 - registry/trunk/app/webroot/css
  • Date: Thu, 24 May 2012 20:55:11 -0400

Author: marie
Date: 2012-05-24 20:55:11 -0400 (Thu, 24 May 2012)
New Revision: 299

Modified:
registry/trunk/app/webroot/css/body.css
registry/trunk/app/webroot/css/comanage.css
Log:
co-218 CSS cleanup

Modified: registry/trunk/app/webroot/css/body.css
===================================================================
--- registry/trunk/app/webroot/css/body.css 2012-05-24 22:53:17 UTC (rev
298)
+++ registry/trunk/app/webroot/css/body.css 2012-05-25 00:55:11 UTC (rev
299)
@@ -16,28 +16,4 @@
* KIND, either express or implied. See the License for the specific
language governing
* permissions and limitations under the License.
*
- */
-
-h1 {
- padding:5px;
-}
-
-/* lists of button links */
-a.linkbutton:last-child {
- padding-right:0px;
-}
-
-/* Tables */
-th, td {
- padding:5px;
-}
-
-.line1 {
- background-color: #EEE;
-}
-
-.line2 {
- background-color: #DDD;
-}
-
-
+ */
\ No newline at end of file

Modified: registry/trunk/app/webroot/css/comanage.css
===================================================================
--- registry/trunk/app/webroot/css/comanage.css 2012-05-24 22:53:17 UTC (rev
298)
+++ registry/trunk/app/webroot/css/comanage.css 2012-05-25 00:55:11 UTC (rev
299)
@@ -18,136 +18,163 @@
*
*/

-.desc {
- font-size: small;
- font-style: italic;
-}
+/* General */

.hidden {
display: none;
}

-.largefont {
- font: 200% "Trebuchet MS", sans-serif;
-}
+ /* Text */
+
+ .largefont {
+ font: 200% "Trebuchet MS", sans-serif;
+ }

-/* 0 used for autoincrementing line counters */
-.line0 {
- background-color: lightgray;
-}
+ .required {
+ color: red;
+ }
+
+ .desc {
+ font-size: small;
+ font-style: italic;
+ }
+
+ /* Positioning */
+
+ .right {
+ float: right;
+ }

-.line1 {
- background-color: #DDDDDD;
-}

-.line2 {
- background-color: lightgray;
-}
+/* Body */

-.menuitembutton {
- width: 250px;
-}
-
-.required {
- color: red;
-}
-
-.right {
- float: right;
-}
-
body {
font: 75% "Trebuchet MS", sans-serif;
width: auto;
margin: -12px auto 0 auto;
}

-input.text {
- margin-bottom:12px;
- width:95%;
- padding: .4em;
-}
-
-fieldset {
- margin-top:25px;
-}
-
-fieldset.borderless {
- padding:0;
- border:0;
- margin-top:25px;
-}
+ /* Header */

+ .headerLeft {
+ float:left;
+ padding: 10px 0 0 0;
+ }

-/* Header */
+ .headerRight {
+ float:right;
+ width:auto;
+ }

-#content {
- width:960px;
- margin-left:auto;
- margin-right:auto;
- overflow:hidden;
-}
+ .header span {
+ float:left;
+ color:white;
+ }

-.headerLeft {
- float:left;
- padding: 10px 0 0 0;
-}
+ .header .ui-icon {
+ position: relative;
+ top: -3px;
+ }

-.headerRight {
- float:right;
- width:auto;
-}
+ /* Content */
+
+ #content {
+ width:960px;
+ margin-left:auto;
+ margin-right:auto;
+ overflow:hidden;
+ }

-.header span {
- float:left;
- color:white;
-}
+ /* Overrides default h1 in cake.generic.css */
+ h1 {
+ padding:5px;
+ }

-.header .ui-icon {
- position: relative;
- top: -3px;
-}
+ /* removes extra padding in lists of button links */
+ a.linkbutton:last-child {
+ padding-right:0px;
+ }

-/* Footer */
+ /* Tables */
+
+ th, td {
+ padding:5px;
+ }
+
+ /* zebra stripes for rows; 0 used for autoincrementing line counters */
+ .line0 {
+ background-color: lightgray;
+ }
+ .line1 {
+ background-color: #EEE;
+ }
+ .line2 {
+ background-color: #DDD;
+ }

-.footer {
- margin:20px 0 0 0;
- padding:10px;
-}

-.poweredByComanage {
- padding:10px;
- margin: 10px;
- float:right;
-}
+ .menuitembutton {
+ width: 250px;
+ }

-.poweredText {
- margin:10px;
- float:left;
-}
+ /* Forms */
+
+ input.text {
+ margin-bottom:12px;
+ width:95%;
+ padding: .4em;
+ }
+
+ fieldset {
+ margin-top:25px;
+ }
+
+ fieldset.borderless {
+ padding:0;
+ border:0;
+ margin-top:25px;
+ }
+
+ /* For enrollment form */
+ #formbox {
+ background-color: #F3F4F3;
+ width:300px;
+ margin:10px;
+ padding:10px;
+ }

-/* For enrollment form */
-#formbox {
- background-color: #F3F4F3;
- width:300px;
- margin:10px;
- padding:10px;
-}
+ #formbox .title {
+ font-size:14px;
+ }

-#formbox .title {
- font-size:14px;
-}
+ #CoPersonAddForm {
+ padding: 10px;
+ margin:10px;
+ }

-#CoPersonAddForm {
- padding: 10px;
- margin:10px;
-}
+ #CoPersonAddForm div {
+ margin: 5px;
+ height: 20px;
+ }

-#CoPersonAddForm div {
- margin: 5px;
- height: 20px;
-}
+ #CoPersonAddForm input {
+ float:right;
+ }

-#CoPersonAddForm input {
- float:right;
-}
+ /* Footer */
+
+ .footer {
+ margin:20px 0 0 0;
+ padding:10px;
+ }
+
+ .poweredByComanage {
+ padding:10px;
+ margin: 10px;
+ float:right;
+ }
+
+ .poweredText {
+ margin:10px;
+ float:left;
+ }
\ No newline at end of file



  • [comanage-dev] r299 - registry/trunk/app/webroot/css, svnlog, 05/24/2012

Archive powered by MHonArc 2.6.16.

Top of Page