Author: andre
Date: 2009-07-08 15:23:40 +0200 (Wed, 08 Jul 2009)
New Revision: 36661
Added:
openimages/trunk/src/main/webapp/style/css/components.css
Modified:
openimages/trunk/src/main/webapp/style/css/main.css
openimages/trunk/src/main/webapp/style/css/specific-styles.css
Log:
moved oip components styles to seperate css
Added: openimages/trunk/src/main/webapp/style/css/components.css
===================================================================
--- openimages/trunk/src/main/webapp/style/css/components.css
(rev 0)
+++ openimages/trunk/src/main/webapp/style/css/components.css 2009-07-08
13:23:40 UTC (rev 36661)
@@ -0,0 +1,61 @@
+/**
+* @author Open Images Platform
+* @since July 2009
+* @name Stylesheet for specific styles of OIP MMBase Framework components
+* @version 0.1
+*/
+
+
+div.b_user-profile { margin-bottom: 12px; }
+div.b_user-medialist { clear: both; }
+div.b_user-profile img,
+div.b_user-picture img
+{
+ float: left;
+ border: 1px solid #efefef;
+ margin-bottom: 12px;
+}
+
+div.b_user-profile h3,
+div.b_user-picture h3
+{
+ margin-left: 90px;
+ font-family: Helvetica, sans-serif;
+ text-transform: none;
+ color: #333;
+ font-size: 1.2em;
+ letter-spacing: 0;
+ margin-bottom: 0;
+ clear: none;
+}
+div.b_user-profile h4,
+div.b_user-profile p, div.b_user-picture p { margin-left: 90px; }
+div.b_user-profile p.msg { margin-left: 0; }
+
+div.b_user-mediapreview p img
+{
+ border: 1px solid #efefef;
+ margin: 1em 8px -6px 0;
+}
+
+div.b_user-mediapreview #vplayer {
+ width: 285px;
+ height: 214px;
+}
+div.b_user-mediapreview #playercontrols { width: 285px; }
+
+fieldset.confirm-registration input { width: auto; }
+fieldset.confirm-registration label
+{
+ display: inline;
+ padding-left: 8px;
+ font-weight: normal;
+}
+
+fieldset.licenses input { width: auto; }
+fieldset.licenses label
+{
+ display: inline;
+ margin-left: 8px;
+}
+
Modified: openimages/trunk/src/main/webapp/style/css/main.css
===================================================================
--- openimages/trunk/src/main/webapp/style/css/main.css 2009-07-08 13:20:08 UTC
(rev 36660)
+++ openimages/trunk/src/main/webapp/style/css/main.css 2009-07-08 13:23:40 UTC
(rev 36661)
@@ -7,6 +7,7 @@
@import url("framework.css");
@import url("specific-styles.css");
+...@import url("components.css");
/* General elements */
*
Modified: openimages/trunk/src/main/webapp/style/css/specific-styles.css
===================================================================
--- openimages/trunk/src/main/webapp/style/css/specific-styles.css
2009-07-08 13:20:08 UTC (rev 36660)
+++ openimages/trunk/src/main/webapp/style/css/specific-styles.css
2009-07-08 13:23:40 UTC (rev 36661)
@@ -556,61 +556,6 @@
#popup-license p { clear: both; }
-/* specifiic styles for oip component blocks */
-div.b_user-profile { margin-bottom: 12px; }
-div.b_user-medialist { clear: both; }
-div.b_user-profile img,
-div.b_user-picture img
-{
- float: left;
- border: 1px solid #efefef;
- margin-bottom: 12px;
-}
-
-div.b_user-profile h3,
-div.b_user-picture h3
-{
- margin-left: 90px;
- font-family: Helvetica, sans-serif;
- text-transform: none;
- color: #333;
- font-size: 1.2em;
- letter-spacing: 0;
- margin-bottom: 0;
- clear: none;
-}
-div.b_user-profile h4,
-div.b_user-profile p, div.b_user-picture p { margin-left: 90px; }
-div.b_user-profile p.msg { margin-left: 0; }
-
-div.b_user-mediapreview p img
-{
- border: 1px solid #efefef;
- margin: 1em 8px -6px 0;
-}
-
-div.b_user-mediapreview #vplayer {
- width: 285px;
- height: 214px;
-}
-div.b_user-mediapreview #playercontrols { width: 285px; }
-
-fieldset.confirm-registration input { width: auto; }
-fieldset.confirm-registration label
-{
- display: inline;
- padding-left: 8px;
- font-weight: normal;
-}
-
-fieldset.licenses input { width: auto; }
-fieldset.licenses label
-{
- display: inline;
- margin-left: 8px;
-}
-
-
/* mmbase styles */
.mm_form { clear: both; }
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs