[Fusionforge-commits] r18423 - in trunk/src/www: themes/css themes/funky/css themes/funky/viewvc themes/gforge/css themes/gforge/viewvc widgets

Marc-Etienne VARGENAU vargenau at fusionforge.org
Sat Nov 9 15:42:54 CET 2013


Author: vargenau
Date: 2013-11-09 15:42:53 +0100 (Sat, 09 Nov 2013)
New Revision: 18423

Modified:
   trunk/src/www/themes/css/fusionforge.css
   trunk/src/www/themes/funky/css/theme-pages.css
   trunk/src/www/themes/funky/css/theme.css
   trunk/src/www/themes/funky/viewvc/styles.css
   trunk/src/www/themes/gforge/css/theme-pages.css
   trunk/src/www/themes/gforge/css/theme.css
   trunk/src/www/themes/gforge/viewvc/styles.css
   trunk/src/www/widgets/style.css
Log:
Optimize CSS border

Modified: trunk/src/www/themes/css/fusionforge.css
===================================================================
--- trunk/src/www/themes/css/fusionforge.css	2013-11-09 14:27:30 UTC (rev 18422)
+++ trunk/src/www/themes/css/fusionforge.css	2013-11-09 14:42:53 UTC (rev 18423)
@@ -401,34 +401,29 @@
 /* style for warning messages box */
 .warning_msg {
 	font-weight: bold;
-	border-width: 2px;
-	border-style: solid;
 	background-color: #ffd297; /* orange */
-	border-color: #ffa500; /* orange */
+	border: 2px solid #ffa500; /* orange */
 	padding: 0.5em;
 }
 
 p.information {
-   font-weight: bold;
-   font-size: 12px;
-   text-align: center;
-   border: 1px solid;
-   margin: 15px 0;
-   padding: 10px 10px 10px 10px;
+	font-weight: bold;
+	font-size: 12px;
+	text-align: center;
+	border: 1px solid;
+	margin: 15px 0;
+	padding: 10px 10px 10px 10px;
 }
 
 p.information {
-   border-color: blue;
-   background-color: #bde5f8;
+	border-color: blue;
+	background-color: #bde5f8;
 }
 
 /* {{{ Widgets */
 
 .emptyPlaceMarker {
-	border-right: #bcbcad 1px dashed;
-	border-top: #bcbcad 1px dashed;
-	border-left: #bcbcad 1px dashed;
-	border-bottom: #bcbcad 1px dashed;
+	border: 1px dashed #bcbcad;
 	background-color: transparent;
 }
 
@@ -705,76 +700,76 @@
 
 /* {{{ Layout Manager */
 #layout-manager {
-    border:1px solid #666;
-    padding:0 5px;
-    background:white;
-    margin:10px;
+	border:1px solid #666;
+	padding:0 5px;
+	background:white;
+	margin:10px;
 }
 #layout-manager table {
-    border-collapse: separate;
-    border-spacing: 5px;
+	border-collapse: separate;
+	border-spacing: 5px;
 }
 #layout-manager input {
-    font-size: 100%;
-    font-family: arial,helvetica, sans-serif;
+	font-size: 100%;
+	font-family: arial,helvetica, sans-serif;
 }
 table.layout-manager-row {
-    width:100%;
-    text-align:center;
-    margin-bottom: 0;
+	width:100%;
+	text-align:center;
+	margin-bottom: 0;
 }
 td.layout-manager-column {
-    border:1px solid #9b9;
-    height:100px;
-    vertical-align:top;
-    background:white;
-    position:relative;
+	border:1px solid #9b9;
+	height:100px;
+	vertical-align:top;
+	background:white;
+	position:relative;
 }
 div.layout-manager-row-add,
 td.layout-manager-column-add {
-    background:#f6f6f6;
-    color:#c6c6c6;
-    font-size:0.8em;
-    text-align:center;
+	background:#f6f6f6;
+	color:#c6c6c6;
+	font-size:0.8em;
+	text-align:center;
 }
 div.layout-manager-row-add {
-    margin:5px 5px;
+	margin:5px 5px;
 }
 div.layout-manager-row-add_hover,
 td.layout-manager-column-add_hover {
-    background:#dde;
-    cursor:pointer;
-    color:black;
+	background:#dde;
+	cursor:pointer;
+	color:black;
 }
 td.layout-manager-column-add_hover {
-    background:#ded;
+	background:#ded;
 }
 td.layout-manager-column-add {
-    vertical-align:middle;
-    width:8px;
+	vertical-align:middle;
+	width:8px;
 }
 div.layout-manager-column-remove {
-    padding:0 0.5em 0.5em 0.5em;
-    font-size:0.8em;
-    color:#ccc;
-    float:right;
+	padding:0 0.5em 0.5em 0.5em;
+	font-size:0.8em;
+	color:#ccc;
+	float:right;
 }
 div.layout-manager-column-remove_hover {
-    color:red;
-    cursor:pointer;
+	color:red;
+	cursor:pointer;
 }
 .layout-manager-column-width {
-    padding-top:2.5em;
+	padding-top:2.5em;
 }
 
 .layout-manager-chooser {
-    vertical-align:top
+	 vertical-align:top
 }
 .layout-manager-chooser td {
-    padding:10px 4px;
+	 padding:10px 4px;
 }
 .layout-manager-chooser_selected {
-    background:#f0f0f0;
+	 background:#f0f0f0;
 }
 
 /* }}} */
@@ -788,10 +783,8 @@
 	opacity: 0.9;
 	color: black;
 	font-weight: bold;
-	border-width: 2px;
-	border-style: solid;
 	background-color: #ffc0cb; /* pink */
-	border-color: red;
+	border: 2px solid red;
 	padding: 0.5em;
 	padding-left: 1.5em;
 }
@@ -876,20 +869,20 @@
 }
 
 #message_box {
-   display:none;
-   background:#ffc;
-   border:1px solid #ccc;
-   text-align:center;
-   font-weight:bold;
-   width:99%;
-   padding: 4px;
+	display:none;
+	background:#ffc;
+	border:1px solid #ccc;
+	text-align:center;
+	font-weight:bold;
+	width:99%;
+	padding: 4px;
 }
 
 .good_value {
-   color: green;
+	color: green;
 }
 .wrong_value {
-   color: red;
+	color: red;
 }
 
 .coolfieldset {

Modified: trunk/src/www/themes/funky/css/theme-pages.css
===================================================================
--- trunk/src/www/themes/funky/css/theme-pages.css	2013-11-09 14:27:30 UTC (rev 18422)
+++ trunk/src/www/themes/funky/css/theme-pages.css	2013-11-09 14:42:53 UTC (rev 18423)
@@ -49,18 +49,18 @@
 }
 
 #Latest_News h3 {
-    margin-top: 0;
-    margin-bottom: 0;
-    font-weight: bold;
+	margin-top: 0;
+	margin-bottom: 0;
+	font-weight: bold;
 }
 
 #Latest_News em {
-    padding-left: 1em;
+	padding-left: 1em;
 }
 
 /* remove inherited background-image */
 #title_Features_Boxes {
-    display: none;
+	display: none;
 }
 
 #Features_Boxes {
@@ -68,30 +68,30 @@
 }
 
 #Features_Boxes #title_Associated_Forges {
-    margin-top: 0;
+	margin-top: 0;
 }
 
 #Associated_Forges td {
-    padding-right: 1em;
+	padding-right: 1em;
 }
 
 #Associated_Forges .align-right {
-    text-align: right;
+	text-align: right;
 }
 
 #Recently_Registered_Projects td {
-    padding: 0.2em;
+	padding: 0.2em;
 }
 
 #search_associated_forges {
-    float: left;
-    margin-top: 5px;
-    margin-bottom: 5px;
+	float: left;
+	margin-top: 5px;
+	margin-bottom: 5px;
 }
 
 #search_associated_forges_submit {
-    margin-top: 6px;
-    padding-left: 5px;
+	margin-top: 6px;
+	padding-left: 5px;
 }
 
 /*
@@ -103,11 +103,11 @@
 }
 
 #file-releases {
-    margin: 0 0.5em;
+	margin: 0 0.5em;
 }
 
 #latest-major-contributions {
-    margin: 1em 0.5em;
+	margin: 1em 0.5em;
 }
 
 /*
@@ -115,25 +115,25 @@
  * ========================================================
  */
 .frs-table-files {
-    width: 100%;
-    margin: 0 0 2.5em 0;
+	width: 100%;
+	margin: 0 0 2.5em 0;
 }
 
 .frs-table-files th {
-    background: #e8dfd4;
+	background: #e8dfd4;
 }
 
 .frs-table-files tr {
-    border-bottom: solid 1px #c9c9c9;
+	border-bottom: solid 1px #c9c9c9;
 }
 
 .frs-table-files th,
 .frs-table-files td {
-    vertical-align:middle;
+	vertical-align:middle;
 }
 
 .frs-table-files h3 {
-    margin:0;
+	margin:0;
 }
 
 #forge-frs .blue-box {
@@ -188,9 +188,7 @@
 }
 
 .docman_div_include {
-	border-style: solid;
-	border-color: #C2C7D1;
-	border-width: 1px;
+	border: 1px solid #C2C7D1;
 	padding: 2px;
 	margin-top: 5px;
 	margin-bottom: 5px;
@@ -210,9 +208,7 @@
 }
 
 .docmanDiv table {
-	border-style: solid;
-	border-color: #C2C7D1;
-	border-width: 1px;
+	border: 1px solid #C2C7D1;
 	border-collapse: collapse;
 	text-align: left;
 	vertical-align: middle;
@@ -220,9 +216,7 @@
 }
 
 .docmanDiv td, .docmanDiv th {
-	border-style: solid;
-	border-color: #C2C7D1;
-	border-width: 1px;
+	border: 1px solid #C2C7D1;
 	border-collapse: collapse;
 	padding: 3px;
 }
@@ -242,14 +236,14 @@
 }
 
 /*
-    tracker
+	tracker
 */
 #trackermodform  table
 {
-    width: 100%;
+	width: 100%;
 }
 
 #trackermodform  input[type=submit]
 {
-    float: right;
+	float: right;
 }

Modified: trunk/src/www/themes/funky/css/theme.css
===================================================================
--- trunk/src/www/themes/funky/css/theme.css	2013-11-09 14:27:30 UTC (rev 18422)
+++ trunk/src/www/themes/funky/css/theme.css	2013-11-09 14:42:53 UTC (rev 18423)
@@ -23,80 +23,80 @@
 
 /* HTML elements */
 html {
-    background-color: #CCCCCC;
+	background-color: #CCCCCC;
 }
 
 body {
-    font-size:11px;
-    font-family:"Lucida Grande",sans-serif;
-    color:rgb(68,68,68);
-    background-color:white;
-    text-align:left;
-    border-radius: 6px;
+	font-size:11px;
+	font-family:"Lucida Grande",sans-serif;
+	color:rgb(68,68,68);
+	background-color:white;
+	text-align:left;
+	border-radius: 6px;
 }
 
 div#maindiv {
-    margin:1em;
+	margin:1em;
 }
 
 form {
-    margin:0;
+	margin:0;
 }
 
 img {
-    border:0;
+	border:0;
 }
 
 h1 {
-    color: black;
-    -webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.296875)), to(black));
+	color: black;
+	-webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.296875)), to(black));
 }
 
 h2 {
-    margin-top: 30px;
-    color: black;
-    -webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.296875)), to(black));
+	margin-top: 30px;
+	color: black;
+	-webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.296875)), to(black));
 }
 
 h3 {
-    margin-top: 30px;
-    color: black;
-    -webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.296875)), to(black));
+	margin-top: 30px;
+	color: black;
+	-webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.296875)), to(black));
 }
 
 ul {
-    list-style-type: circle;
-    margin: 0;
+	list-style-type: circle;
+	margin: 0;
 }
 
 li {
-    margin: 10px;
+	margin: 10px;
 }
 
 a {
-    text-decoration:none; 
-    font-weight: bold;
-    color: #7D88CC;
-    -webkit-transition-property: background-color, color, height, shadow;
-    -webkit-transition-duration: 0.3s;
-    -moz-transition-property: background-color, color, height, shadow;
-    -moz-transition-duration: 0.3s;
-    -o-transition-property: background-color, color, height, shadow;
-    -o-transition-duration: 0.3s;
-    transition-property: background-color, color, height, shadow;
-    transition-duration: 0.3s;
+	text-decoration:none; 
+	font-weight: bold;
+	color: #7D88CC;
+	-webkit-transition-property: background-color, color, height, shadow;
+	-webkit-transition-duration: 0.3s;
+	-moz-transition-property: background-color, color, height, shadow;
+	-moz-transition-duration: 0.3s;
+	-o-transition-property: background-color, color, height, shadow;
+	-o-transition-duration: 0.3s;
+	transition-property: background-color, color, height, shadow;
+	transition-duration: 0.3s;
 }
 
 a:hover {
-    text-decoration: none; 
-    color: #7eaaee; 
-    font-weight: bold;
+	text-decoration: none; 
+	color: #7eaaee; 
+	font-weight: bold;
 }
 
 th, td {
-    text-align:left; 
-    border:none;
-    border-collapse: collapse;
+	text-align:left; 
+	border:none;
+	border-collapse: collapse;
 }
 
 input[type="text"], input[type="password"], textarea {
@@ -108,21 +108,21 @@
 }
 
 hr {
-    border: 0;
-    background-color: #E2E2E2;
-    height: 1px;
+	border: 0;
+	background-color: #E2E2E2;
+	height: 1px;
 }
 
 /* =header */
 #header {
-    background: rgb(66, 69, 82) url("../images/header/header-bg.png");
-    background-color: white;
-    font-size:77%;
-    margin: 0;
-    border-top-left-radius: 6px;
-    border-top-right-radius: 6px;
-    border-collapse: collapse;
-    
+	background: rgb(66, 69, 82) url("../images/header/header-bg.png");
+	background-color: white;
+	font-size:77%;
+	margin: 0;
+	border-top-left-radius: 6px;
+	border-top-right-radius: 6px;
+	border-collapse: collapse;
+	
 }
 
 #header-col1 {
@@ -137,8 +137,8 @@
 */}
 
 #header-col1 h1 {
-    padding: 0;
-    margin: 0;
+	padding: 0;
+	margin: 0;
 }
 
 #header-col2 {
@@ -158,56 +158,56 @@
 }
 
 #header-col2 a:hover {
-    font-size: 10px;
-    color: #7eaaee;
-    font-weight: bold;
-    text-decoration: none;
-    text-shadow: 1px 1px white;
+	font-size: 10px;
+	color: #7eaaee;
+	font-weight: bold;
+	text-decoration: none;
+	text-shadow: 1px 1px white;
 }
 
 #header-line2 {
-    background: #41495C url("../images/header/tabs-bg.png") repeat-x;
-    text-align: right;
-    padding-top: 10px;
+	background: #41495C url("../images/header/tabs-bg.png") repeat-x;
+	text-align: right;
+	padding-top: 10px;
 }
 
 #header-news {
-    background-color: #41495C;
-    display: table-cell;
+	background-color: #41495C;
+	display: table-cell;
 }
 
 #header-news span {
-    background-color: #41495C;
-    height: 200px;
+	background-color: #41495C;
+	height: 200px;
 }
 
 .quicknews-toggle {
-    display: inline;
-    font-size: 12px;
+	display: inline;
+	font-size: 12px;
 /*    text-shadow: 1px 1px gray;*/
-    color: white;
+	color: white;
 }
 
 .quicknews .title {
-    font-size: 12px;
-    color: red;
+	font-size: 12px;
+	color: red;
 }
 
 .quicknews ul {
-    background-color: white;
-    width: 100%;
-    margin: 10px;
-    display: block;
+	background-color: white;
+	width: 100%;
+	margin: 10px;
+	display: block;
 }
 
 .quicknews ul li {
-    display: inline;
-    list-style: none;
-    margin: 0;
+	display: inline;
+	list-style: none;
+	margin: 0;
 }
 
 .quicknews ul li:hover {
-    background-color:blue;
+	background-color:blue;
 }
 
 /* =searchBox */
@@ -232,9 +232,9 @@
 }
 
 #searchBox a:hover {
-    text-decoration: none; 
-    color: #7eaaee; 
-    font-weight: bold;
+	text-decoration: none; 
+	color: #7eaaee; 
+	font-weight: bold;
 }
 
 
@@ -244,54 +244,54 @@
 }
 
 #searchBox span input[type=text] {
-    padding-left: 20px;
-    border-radius: 20px;
-    border: 1px solid white;
-    background-image: url(../images/search-logo.png);
-    background-repeat: no-repeat;
-    background-position: 3px 2px;
-    display: inline;
-    width: 130px;
-    margin-right: 7px;
-    height: 10px;
+	padding-left: 20px;
+	border-radius: 20px;
+	border: 1px solid white;
+	background-image: url(../images/search-logo.png);
+	background-repeat: no-repeat;
+	background-position: 3px 2px;
+	display: inline;
+	width: 130px;
+	margin-right: 7px;
+	height: 10px;
 }
 
 #searchBox span input[type=submit] {
-    display:none;
+	display:none;
 }
 
 /* =quicknavform */
 #quicknavform {
-    display: inline;
-    color: white;
-    float: left;
+	display: inline;
+	color: white;
+	float: left;
 }
 
 #quicknavform span {
-    display: inline;
-    color: white;
+	display: inline;
+	color: white;
 }
 
 #quicknav {
-    margin-left: 7px;
-    width: 180px;
+	margin-left: 7px;
+	width: 180px;
 }
 
 /* =tabGenerator */
 .tabGenerator {
-    font-weight:bold;
-    border-collapse: collapse;
-    height: 36px;
+	font-weight:bold;
+	border-collapse: collapse;
+	height: 36px;
 }
 
 .tabGenerator tbody {
-    margin-left: 50px;
+	margin-left: 50px;
 }
 
 .tabGenerator td {
-    padding:0;
-    margin: 0; 
-    vertical-align: middle;
+	padding:0;
+	margin: 0; 
+	vertical-align: middle;
 }
 
 .tabGenerator .tg-middle {
@@ -300,78 +300,78 @@
 }
 
 .tabGenerator .tg-middle span {
-    background-color: #41495C;
-    margin-top: 0;
+	background-color: #41495C;
+	margin-top: 0;
 }
 
 .tabGenerator .tg-middle span span {
-    display: block;
-    text-align:center;
-    vertical-align: middle;
-    height: 20px;
-    margin: 0;
-    border-bottom: 0;
-    border-top-left-radius: 6px;
-    border-top-right-radius: 6px;
-    -webkit-top-right-border-radius: 6px;
-    -webkit-top-left-border-radius: 6px;
-    -moz-border-radius-topright: 6px;
-    -moz-border-radius-topleft: 6px;
-    background-color: #909DB7;
-    line-height: 17px;
-    color: black;
-    text-shadow: 1px 1px #B2BFD9;
-    margin-left: 2px;
-    margin-right: 2px;
-    -webkit-transition-property: background-color, color, height, shadow;
-    -webkit-transition-duration: 0.3s;
-    -moz-transition-property: background-color, color, height, shadow;
-    -moz-transition-duration: 0.3s;
-    -o-transition-property: background-color, color, height, shadow;
-    -o-transition-duration: 0.3s;
-    transition-property: background-color, color, height, shadow;
-    transition-duration: 0.3s;
+	display: block;
+	text-align:center;
+	vertical-align: middle;
+	height: 20px;
+	margin: 0;
+	border-bottom: 0;
+	border-top-left-radius: 6px;
+	border-top-right-radius: 6px;
+	-webkit-top-right-border-radius: 6px;
+	-webkit-top-left-border-radius: 6px;
+	-moz-border-radius-topright: 6px;
+	-moz-border-radius-topleft: 6px;
+	background-color: #909DB7;
+	line-height: 17px;
+	color: black;
+	text-shadow: 1px 1px #B2BFD9;
+	margin-left: 2px;
+	margin-right: 2px;
+	-webkit-transition-property: background-color, color, height, shadow;
+	-webkit-transition-duration: 0.3s;
+	-moz-transition-property: background-color, color, height, shadow;
+	-moz-transition-duration: 0.3s;
+	-o-transition-property: background-color, color, height, shadow;
+	-o-transition-duration: 0.3s;
+	transition-property: background-color, color, height, shadow;
+	transition-duration: 0.3s;
 }
 
 .tabGenerator .tg-middle span span:hover {
-    display: block;
-    background-color: white;
-    text-shadow: 1px 1px white;
-    height: 30px;
+	display: block;
+	background-color: white;
+	text-shadow: 1px 1px white;
+	height: 30px;
 }
 
 .tabGenerator .tg-middle span span a {
-    display: block;
-    color: black;
+	display: block;
+	color: black;
 }
 
 .tabGenerator .tg-middle span.selected span {
-    background-color: white;
-    text-shadow: 1px 1px white;
-    height: 30px;
+	background-color: white;
+	text-shadow: 1px 1px white;
+	height: 30px;
 }
 
 .tabGenerator .tg-right span.selected span {
-    display:none;
+	display:none;
 }
 
 /*
-    innertabs
+	innertabs
 */
 .innertabs .tabGenerator {
-    font-weight:bold;
-    border-collapse: collapse;
-    height: 20px;
+	font-weight:bold;
+	border-collapse: collapse;
+	height: 20px;
 }
 
 .innertabs .tabGenerator tbody {
-    margin-left: 50px;
+	margin-left: 50px;
 }
 
 .innertabs .tabGenerator td {
-    padding:0;
-    margin: 0; 
-    vertical-align: middle;
+	padding:0;
+	margin: 0; 
+	vertical-align: middle;
 }
 
 .innertabs .tabGenerator .tg-middle {
@@ -380,44 +380,44 @@
 }
 
 .innertabs .tabGenerator .tg-middle span {
-    background-color: #F7F7F7;
-    margin-top: 0;
+	background-color: #F7F7F7;
+	margin-top: 0;
 }
 
 .innertabs .tabGenerator .tg-middle span span {
-    display: block;
-    text-align:center;
-    vertical-align: middle;
-    height: 20px;
-    margin: 0;
-    border-bottom: 0;
-    border-top-left-radius: 0;
-    border-top-right-radius: 0;
-    background-color: #F7F7F7;
-    line-height: 17px;
-    color: black;
-    text-shadow: 1px 1px white;
-    border-left: 1px solid white;
-    border-right: 1px solid white;
+	display: block;
+	text-align:center;
+	vertical-align: middle;
+	height: 20px;
+	margin: 0;
+	border-bottom: 0;
+	border-top-left-radius: 0;
+	border-top-right-radius: 0;
+	background-color: #F7F7F7;
+	line-height: 17px;
+	color: black;
+	text-shadow: 1px 1px white;
+	border-left: 1px solid white;
+	border-right: 1px solid white;
 }
 
 .innertabs .tabGenerator .tg-middle span span:hover {
-    display: block;
-    background-color: white;
+	display: block;
+	background-color: white;
 }
 
 .innertabs .tabGenerator .tg-middle span span a {
-    display: block;
-    color: black;
+	display: block;
+	color: black;
 }
 
 .innertabs .tabGenerator .tg-middle span.selected span {
-    background-color: white;
-    text-shadow: 1px 1px white;
+	background-color: white;
+	text-shadow: 1px 1px white;
 }
 
 .innertabs .tabGenerator .tg-right span.selected span {
-    display:none;
+	display:none;
 }
 
 /* =tabber */
@@ -481,33 +481,33 @@
 }
 
 .tabberlive ul {
-    margin-top: 10px;
-    margin-bottom: 0;
-    margin-left: 0;
-    /*border-collapse: collapse;*/
-    border-bottom: 1px solid #E2E3E4;
-    border-spacing: 6px 0;
-    padding-left: 0;
+	margin-top: 10px;
+	margin-bottom: 0;
+	margin-left: 0;
+	/*border-collapse: collapse;*/
+	border-bottom: 1px solid #E2E3E4;
+	border-spacing: 6px 0;
+	padding-left: 0;
 }
 
 .tabberlive li {
-    display: table-cell;
-    border: 1px solid #E2E3E4;
-    height: 16px;
-    padding: 5px;
-    border-bottom: none;
-    border-top-left-radius: 6px;
-    border-top-right-radius: 6px;
-    -webkit-top-right-border-radius: 6px;
-    -webkit-top-left-border-radius: 6px;
-    -moz-border-radius-topright: 6px;
-    -moz-border-radius-topleft: 6px;
-    margin-right: 10px;
-    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f7f7f7));
+	display: table-cell;
+	border: 1px solid #E2E3E4;
+	height: 16px;
+	padding: 5px;
+	border-bottom: none;
+	border-top-left-radius: 6px;
+	border-top-right-radius: 6px;
+	-webkit-top-right-border-radius: 6px;
+	-webkit-top-left-border-radius: 6px;
+	-moz-border-radius-topright: 6px;
+	-moz-border-radius-topleft: 6px;
+	margin-right: 10px;
+	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f7f7f7));
 }
 
 .tabberlive li:hover  {
-    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7f7f7), to(white));
+	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7f7f7), to(white));
 }
 
 /*--------------------------------------------------
@@ -515,10 +515,10 @@
   Add style only after the tabber interface is set up (.tabberlive)
   --------------------------------------------------*/
 .tabberlive, .tabbertab {
-    padding: 5px;
-    border:1px solid #E2E3E4;
-    border-top:0;
-    margin-bottom: 10px;
+	padding: 5px;
+	border:1px solid #E2E3E4;
+	border-top:0;
+	margin-bottom: 10px;
 }
 
 .tabberlive#tab1 {
@@ -540,33 +540,33 @@
 ----------------------------------------------- */
 .box-surround {
 /*  margin-bottom: 1em;*/
-    background-color: #F7F7F7;
-    border: 1px solid #E2E3E4;
-    border-top-left-radius: 6px;
-    border-top-right-radius: 6px;
-    margin-bottom: 0;
+	background-color: #F7F7F7;
+	border: 1px solid #E2E3E4;
+	border-top-left-radius: 6px;
+	border-top-right-radius: 6px;
+	margin-bottom: 0;
 }
 
 .box-title-content {
-    color: #808080;
-    font-weight: bold;
-    font-size: 13px;
-    padding-left: 13px;
-    padding-top: 5px;
-    padding-bottom: 5px;
-    border-bottom: 1px solid #E2E3E4;
+	color: #808080;
+	font-weight: bold;
+	font-size: 13px;
+	padding-left: 13px;
+	padding-top: 5px;
+	padding-bottom: 5px;
+	border-bottom: 1px solid #E2E3E4;
 }
 
 
 .box-content {
-    border-bottom: 1px solid #E2E3E4;
-    margin: 0;
-    padding: 8px;
-    padding-left: 18px;
+	border-bottom: 1px solid #E2E3E4;
+	margin: 0;
+	padding: 8px;
+	padding-left: 18px;
 }
 
 .box-content p {
-    margin: 0;
+	margin: 0;
 }
 
 
@@ -583,104 +583,104 @@
 /* widgets */
 
 .widget {
-    margin-top: 5px;
-    background-color: #F7F7F7;
-    border: 1px solid #E2E3E4;
-    border-bottom: none;
-    border-top-left-radius: 6px;
-    border-top-right-radius: 6px;
-    margin-bottom: 10px;
+	margin-top: 5px;
+	background-color: #F7F7F7;
+	border: 1px solid #E2E3E4;
+	border-bottom: none;
+	border-top-left-radius: 6px;
+	border-top-right-radius: 6px;
+	margin-bottom: 10px;
 }
 
 .widget_titlebar {
-    color: #808080;
-    font-weight: bold;
-    font-size: 13px;
-    padding-left: 13px;
-    padding-top: 5px;
-    padding-bottom: 5px;
-    border-bottom: 1px solid #E2E3E4;
-    background: none;
+	color: #808080;
+	font-weight: bold;
+	font-size: 13px;
+	padding-left: 13px;
+	padding-top: 5px;
+	padding-bottom: 5px;
+	border-bottom: 1px solid #E2E3E4;
+	background: none;
 }
 
 .widget_titlebar_close img {
-    width: 12px;
-    height: 12px;
+	width: 12px;
+	height: 12px;
 }
 
 .widget_titlebar_minimize img {
-    width: 12px;
-    height: 12px;
+	width: 12px;
+	height: 12px;
 }
 
 .widget_titlebar_maximize img {
-    width: 12px;
-    height: 12px;
+	width: 12px;
+	height: 12px;
 }
 
 .widget_content {
-    border-bottom: 1px solid #E2E3E4;
-    margin: 0;
-    padding: 8px;
+	border-bottom: 1px solid #E2E3E4;
+	margin: 0;
+	padding: 8px;
 }
 
 .widget_content table {
-    border-collapse: collapse;
-    border: 1px solid #D5D5D5;
+	border-collapse: collapse;
+	border: 1px solid #D5D5D5;
 }
 .widget_content table td {
-    padding: 4px;
+	padding: 4px;
 }
 
 .bgcolor-grey {
-    background-color: #CDDCF3;
+	background-color: #CDDCF3;
 }
 
 /*
-    listTable
+	listTable
 */
 
 .listTable table {
-    border-collapse: collapse;
+	border-collapse: collapse;
 }
 
 .listTable table td{
-    padding: 5px;
-    border: 1px solid gray;
+	padding: 5px;
+	border: 1px solid gray;
 }
 
 /*
-    submenu
+	submenu
 */
 .submenu {
-    margin-top: 10px;
-    margin-bottom: 25px;
-    margin-left: 0;
-    /*border-collapse: collapse;*/
-    border-bottom: 1px solid #E2E3E4;
-    border-spacing: 6px 0;
-    padding-left: 0;
+	margin-top: 10px;
+	margin-bottom: 25px;
+	margin-left: 0;
+	/*border-collapse: collapse;*/
+	border-bottom: 1px solid #E2E3E4;
+	border-spacing: 6px 0;
+	padding-left: 0;
 }
 
 .submenu li {
-    display: table-cell;
-    margin-left: 5px;
-    border: 1px solid #E2E3E4;
-    height: 16px;
-    padding: 5px;
-    border-bottom: none;
-    border-top-left-radius: 6px;
-    border-top-right-radius: 6px;
-    -webkit-top-right-border-radius: 6px;
-    -webkit-top-left-border-radius: 6px;
-    -moz-border-radius-topright: 6px;
-    -moz-border-radius-topleft: 6px;
-    margin-right: 10px;
-    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f7f7f7));
+	display: table-cell;
+	margin-left: 5px;
+	border: 1px solid #E2E3E4;
+	height: 16px;
+	padding: 5px;
+	border-bottom: none;
+	border-top-left-radius: 6px;
+	border-top-right-radius: 6px;
+	-webkit-top-right-border-radius: 6px;
+	-webkit-top-left-border-radius: 6px;
+	-moz-border-radius-topright: 6px;
+	-moz-border-radius-topleft: 6px;
+	margin-right: 10px;
+	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f7f7f7));
 }
 
 .submenu li:hover  {
-    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7f7f7), to(white));
+	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7f7f7), to(white));
 }
 
 
@@ -694,139 +694,129 @@
 /* error_msg, warning_msg or feedback function
 ----------------------------------------------- */
 .error {
-    border-width: 1px;
-    border-style: solid;
-    background-color: #ff4940; /* red */
-    border-color: red; /* red */
-    padding: 7px;
-    border-radius: 6px;
-    -webkit-border-radius: 6px;
-    -moz-border-radius: 6px;
-    text-shadow: 1px 1px #ff7c73;
-    text-align: left;
-    font-size: small;
-    font-weight: normal;
-    color: black;
-    margin-bottom: 3px;
-    margin-top: 2px;
-    margin-right: 3px;
-    margin-left: 3px;
+	background-color: #ff4940; /* red */
+	border: 1px solid red;
+	padding: 7px;
+	border-radius: 6px;
+	-webkit-border-radius: 6px;
+	-moz-border-radius: 6px;
+	text-shadow: 1px 1px #ff7c73;
+	text-align: left;
+	font-size: small;
+	font-weight: normal;
+	color: black;
+	margin-bottom: 3px;
+	margin-top: 2px;
+	margin-right: 3px;
+	margin-left: 3px;
 }
 
 .warning_msg, .warning, .tips, .important {
-    border-width: 1px;
-    border-style: solid;
-    background-color: #ffd297; /* orange */
-    border-color: #ffa500; /* orange */
-    padding: 7px;
-    border-radius: 6px;
-    -webkit-border-radius: 6px;
-    -moz-border-radius: 6px;
-    text-shadow: 1px 1px #fff5CA;
-    text-align: left;
-    font-weight: normal;
-    font-size: small;
-    margin-bottom: 3px;
-    margin-top: 2px;
-    margin-right: 3px;
-    margin-left: 3px;
+	background-color: #ffd297; /* orange */
+	border: 1px solid #ffa500; /* orange */
+	padding: 7px;
+	border-radius: 6px;
+	-webkit-border-radius: 6px;
+	-moz-border-radius: 6px;
+	text-shadow: 1px 1px #fff5CA;
+	text-align: left;
+	font-weight: normal;
+	font-size: small;
+	margin-bottom: 3px;
+	margin-top: 2px;
+	margin-right: 3px;
+	margin-left: 3px;
 }
 
 .feedback {
-    border-width: 1px;
-    border-style: solid;
-    background-color: #aef26d; /* green */
-    border-color: green; /* green */
-    padding: 7px;
-    border-radius: 6px;
-    -webkit-border-radius: 6px;
-    -moz-border-radius: 6px;
-    text-shadow: 1px 1px #DFF59f;
-    text-align: left;
-    font-weight: normal;
-    font-size: small;
-    margin-bottom: 3px;
-    margin-top: 2px;
-    margin-right: 3px;
-    margin-left: 3px;
+	background-color: #aef26d; /* green */
+	border: 1px solid green;
+	padding: 7px;
+	border-radius: 6px;
+	-webkit-border-radius: 6px;
+	-moz-border-radius: 6px;
+	text-shadow: 1px 1px #DFF59f;
+	text-align: left;
+	font-weight: normal;
+	font-size: small;
+	margin-bottom: 3px;
+	margin-top: 2px;
+	margin-right: 3px;
+	margin-left: 3px;
 }
 
 p.information {
-    border-width: 1px;
-    border-style: solid;
-    background-color: #9db0d2;
-    border-color: #3a5fa5;
-    padding: 7px;
-    border-radius: 6px;
-    -webkit-border-radius: 6px;
-    -moz-border-radius: 6px;
-    text-shadow: 1px 1px #DFF59f;
-    text-align: left;
-    font-weight: normal;
-    font-size: small;
-    margin-bottom: 3px;
-    margin-top: 2px;
-    margin-right: 3px;
-    margin-left: 3px;
+	background-color: #9db0d2;
+	border: 1px solid #3a5fa5;
+	padding: 7px;
+	border-radius: 6px;
+	-webkit-border-radius: 6px;
+	-moz-border-radius: 6px;
+	text-shadow: 1px 1px #DFF59f;
+	text-align: left;
+	font-weight: normal;
+	font-size: small;
+	margin-bottom: 3px;
+	margin-top: 2px;
+	margin-right: 3px;
+	margin-left: 3px;
 }
 
 #ffErrors {
-    border-width: 1px;
-    border-style: solid;
-    background-color: #ff4940; /* red */
-    border-color: red; /* red */
-    padding: 7px;
-    border-radius: 6px;
-    -webkit-border-radius: 6px;
-    -moz-border-radius: 6px;
-    text-shadow: 1px 1px #ff7c73;
-    color: black;
-    margin-bottom: 3px;
-    margin-top: 2px;
-    margin-right: 3px;
-    margin-left: 3px;
+	background-color: #ff4940; /* red */
+	border: 1px solid red;
+	padding: 7px;
+	border-radius: 6px;
+	-webkit-border-radius: 6px;
+	-moz-border-radius: 6px;
+	text-shadow: 1px 1px #ff7c73;
+	color: black;
+	margin-bottom: 3px;
+	margin-top: 2px;
+	margin-right: 3px;
+	margin-left: 3px;
 }
 
 #ffErrors .error {
-    border-width: 1px;
-    border-style: solid;
-    background-color: #ff4940; /* red */
-    border-color: red; /* red */
-    padding: 7px;
-    border-radius: 6px;
-    -webkit-border-radius: 6px;
-    -moz-border-radius: 6px;
-    text-shadow: 1px 1px #ff7c73;
-    color: black;
-    margin-bottom: 3px;
-    margin-top: 2px;
-    margin-right: 3px;
-    margin-left: 3px;
+	border-width: 1px;
+	border-style: solid;
+	background-color: #ff4940; /* red */
+	border-color: red; /* red */
+	padding: 7px;
+	border-radius: 6px;
+	-webkit-border-radius: 6px;
+	-moz-border-radius: 6px;
+	text-shadow: 1px 1px #ff7c73;
+	color: black;
+	margin-bottom: 3px;
+	margin-top: 2px;
+	margin-right: 3px;
+	margin-left: 3px;
 }
 
 
 /*
-    footer
+	footer
 */
 .footer {
-    background-color: gray;
-    padding: 10px;
-    background: rgb(66, 69, 82) url("../images/header/header-bg.png");
-    border-top: 1px solid #f7f7f7;
-    margin-top: 20px;
-    border-bottom-left-radius: 6px;
-    border-bottom-right-radius: 6px;
-    -webkit-bottom-right-border-radius: 6px;
-    -webkit-bottom-left-border-radius: 6px;
-    -moz-border-radius-bottomright: 6px;
-    -moz-border-radius-bottomleft: 6px;
-    text-align: center;
-    color: #dcdcdc;
-    text-shadow: 1px 1px white;
+	background-color: gray;
+	padding: 10px;
+	background: rgb(66, 69, 82) url("../images/header/header-bg.png");
+	border-top: 1px solid #f7f7f7;
+	margin-top: 20px;
+	border-bottom-left-radius: 6px;
+	border-bottom-right-radius: 6px;
+	-webkit-bottom-right-border-radius: 6px;
+	-webkit-bottom-left-border-radius: 6px;
+	-moz-border-radius-bottomright: 6px;
+	-moz-border-radius-bottomleft: 6px;
+	text-align: center;
+	color: #dcdcdc;
+	text-shadow: 1px 1px white;
 }
 
 .footer img {
-    float: right;
+	float: right;
 }
 
 .even {
@@ -840,32 +830,32 @@
 }
 
 .info-box h2 {
-    font-size: 1.3em;
-    -moz-border-radius: 0.5em 0.5em 0 0;
-    -webkit-border-radius: 0.5em 0.5em 0 0;
-    border-radius: 0.5em 0.5em 0 0;
-    color: white;
-    background: #34b234;
-    padding: 3px;
-    padding-left: 10px;
+	font-size: 1.3em;
+	-moz-border-radius: 0.5em 0.5em 0 0;
+	-webkit-border-radius: 0.5em 0.5em 0 0;
+	border-radius: 0.5em 0.5em 0 0;
+	color: white;
+	background: #34b234;
+	padding: 3px;
+	padding-left: 10px;
 }
 
 .info-box:nth-child(4n) h2 {
-    background: #402c5d;
+	background: #402c5d;
 }
 .info-box:nth-child(4n+1) h2 {
-    background: #34b234;
+	background: #34b234;
 }
 .info-box:nth-child(4n+2) h2 {
-    background: #00539f;
+	background: #00539f;
 }
 .info-box:nth-child(4n+3) h2 {
-    background: #b4355e;
+	background: #b4355e;
 }
 
 .info-box {
-    background: #f7f6f7;
-    color: #565c5e;
-    padding: 1px 4px 4px 4px;
-    margin-bottom: 8px;
+	background: #f7f6f7;
+	color: #565c5e;
+	padding: 1px 4px 4px 4px;
+	margin-bottom: 8px;
 }

Modified: trunk/src/www/themes/funky/viewvc/styles.css
===================================================================
--- trunk/src/www/themes/funky/viewvc/styles.css	2013-11-09 14:27:30 UTC (rev 18422)
+++ trunk/src/www/themes/funky/viewvc/styles.css	2013-11-09 14:42:53 UTC (rev 18423)
@@ -107,10 +107,8 @@
 
 /*** Line numbers outputted by highlight colorizer ***/
 .line {
-  border-right-width: 1px;
-  border-right-style: solid;
-  border-right-color: #505050;
-  padding: 1px;
+	border-right: 1px solid #505050;
+	padding: 1px;
   background-color: #eeeeee;
   color: #505050;
   text-decoration: none;

Modified: trunk/src/www/themes/gforge/css/theme-pages.css
===================================================================
--- trunk/src/www/themes/gforge/css/theme-pages.css	2013-11-09 14:27:30 UTC (rev 18422)
+++ trunk/src/www/themes/gforge/css/theme-pages.css	2013-11-09 14:42:53 UTC (rev 18423)
@@ -49,18 +49,18 @@
 }
 
 #Latest_News h3 {
-    margin-top: 0;
-    margin-bottom: 0;
-    font-weight: bold;
+	margin-top: 0;
+	margin-bottom: 0;
+	font-weight: bold;
 }
 
 #Latest_News em {
-    padding-left: 1em;
+	padding-left: 1em;
 }
 
 /* remove inherited background-image */
 #title_Features_Boxes {
-    display: none;
+	display: none;
 }
 
 #Features_Boxes {
@@ -68,30 +68,30 @@
 }
 
 #Features_Boxes #title_Associated_Forges {
-    margin-top: 0;
+	margin-top: 0;
 }
 
 #Associated_Forges td {
-    padding-right: 1em;
+	padding-right: 1em;
 }
 
 #Associated_Forges .align-right {
-    text-align: right;
+	text-align: right;
 }
 
 #Recently_Registered_Projects td {
-    padding: 0.2em;
+	padding: 0.2em;
 }
 
 #search_associated_forges {
-    float: left;
-    margin-top: 5px;
-    margin-bottom: 5px;
+	float: left;
+	margin-top: 5px;
+	margin-bottom: 5px;
 }
 
 #search_associated_forges_submit {
-    margin-top: 6px;
-    padding-left: 5px;
+	margin-top: 6px;
+	padding-left: 5px;
 }
 
 /*
@@ -103,11 +103,11 @@
 }
 
 #file-releases {
-    margin: 0 0.5em;
+	margin: 0 0.5em;
 }
 
 #latest-major-contributions {
-    margin: 1em 0.5em;
+	margin: 1em 0.5em;
 }
 
 /*
@@ -115,25 +115,25 @@
  * ========================================================
  */
 .frs-table-files {
-    width: 100%;
-    margin: 0 0 2.5em 0;
+	width: 100%;
+	margin: 0 0 2.5em 0;
 }
 
 .frs-table-files th {
-    background: #e8dfd4;
+	background: #e8dfd4;
 }
 
 .frs-table-files tr {
-    border-bottom: solid 1px #c9c9c9;
+	border-bottom: solid 1px #c9c9c9;
 }
 
 .frs-table-files th,
 .frs-table-files td {
-    vertical-align:middle;
+	vertical-align:middle;
 }
 
 .frs-table-files h3 {
-    margin:0;
+	margin:0;
 }
 
 #forge-frs .blue-box {
@@ -142,15 +142,15 @@
 }
 
 #forge-frs h2 {
-    padding-top: 1em;
+	padding-top: 1em;
 }
 
 #forge-frs h3 {
-    font-size: small;
+	font-size: small;
 }
 
 #forge-frs .box-surround {
-    margin: 0 0.5em 0.5em 2em;
+	margin: 0 0.5em 0.5em 2em;
 }
 
 #forge-frs .box-content {
@@ -158,7 +158,7 @@
 }
 
 #forge-frs .listTable {
-    margin:0;
+	margin:0;
 }
 
 #forge-frs .listTable td {
@@ -181,47 +181,41 @@
 }
 
 .docman_h4 {
-    padding: 0;
-    margin: 2px;
-    font-style: italic;
+	padding: 0;
+	margin: 2px;
+	font-style: italic;
 }
 
 .docman_div_include {
-    border-style: solid;
-    border-color: #C2C7D1;
-    border-width: 1px;
-    padding: 2px;
-    margin-bottom: 5px;
+	border: 1px solid #C2C7D1;
+	padding: 2px;
+	margin-bottom: 5px;
 }
 
 .docmanDivIncluded {
-    font-size: 0.95em;
+	font-size: 0.95em;
 }
 
 .docmanSubmitDiv input {
-    margin: 5px;
+	margin: 5px;
 }
 
 .docmanDiv {
-    padding-bottom: 5px;
-    font-size: 0.9em;
+	padding-bottom: 5px;
+	font-size: 0.9em;
 }
 
 .docmanDiv table {
-    border-style: solid;
-    border-color: #C2C7D1;
-    border-width: 1px;
-    border-collapse: collapse;
-    text-align: left;
-    vertical-align: middle;
+	border: 1px solid #C2C7D1;
+	border-collapse: collapse;
+	text-align: left;
+	vertical-align: middle;
 }
 
 .docmanDiv td, .docmanDiv th {
-    border-style: solid;
-    border-color: #C2C7D1;
-    border-width: 1px;
-    border-collapse: collapse;
-    padding: 3px;
+	border: 1px solid #C2C7D1;
+	border-collapse: collapse;
+	padding: 3px;
 }
 
 .docman_editfile_nodisplay {

Modified: trunk/src/www/themes/gforge/css/theme.css
===================================================================
--- trunk/src/www/themes/gforge/css/theme.css	2013-11-09 14:27:30 UTC (rev 18422)
+++ trunk/src/www/themes/gforge/css/theme.css	2013-11-09 14:42:53 UTC (rev 18423)
@@ -59,8 +59,8 @@
   padding:0;	
 } 
 #header-col1 h1 {
-    padding: 0;
-    margin: 0;
+	padding: 0;
+	margin: 0;
 }
 #header-col2 {
   padding:0;
@@ -309,43 +309,37 @@
 /* error_msg, warning_msg or feedback function
 ----------------------------------------------- */
 .error {
-    font-weight: bold;
-    border-width: 2px;
-    border-style: solid;
-    background-color: #ff4940; /* red */
-    border-color: red; /* red */
-    padding: 0.5em;
-    border-radius: 3px;
-    -webkit-border-radius: 3px;
-    -moz-border-radius: 3px;
+	font-weight: bold;
+	background-color: #ff4940; /* red */
+	border: 2px solid red;
+	padding: 0.5em;
+	border-radius: 3px;
+	-webkit-border-radius: 3px;
+	-moz-border-radius: 3px;
 }
 
 .warning {
-    font-weight: bold;
-    border-width: 2px;
-    border-style: solid;
-    background-color: #ffd297; /* orange */
-    border-color: #ffa500; /* orange */
-    padding: 0.5em;
-    border-radius: 3px;
-    -webkit-border-radius: 3px;
-    -moz-border-radius: 3px;
+	font-weight: bold;
+	background-color: #ffd297; /* orange */
+	border: 2px solid #ffa500; /* orange */
+	padding: 0.5em;
+	border-radius: 3px;
+	-webkit-border-radius: 3px;
+	-moz-border-radius: 3px;
 }
 
 .feedback {
-    font-weight: bold;
-    border-width: 2px;
-    border-style: solid;
-    background-color: #aef26d; /* green */
-    border-color: green; /* green */
-    padding: 0.5em;
-    border-radius: 3px;
-    -webkit-border-radius: 3px;
-    -moz-border-radius: 3px;
+	font-weight: bold;
+	background-color: #aef26d; /* green */
+	border: 2px solid green;
+	padding: 0.5em;
+	border-radius: 3px;
+	-webkit-border-radius: 3px;
+	-moz-border-radius: 3px;
 }
 
 /* scm
 ----------------------------------------------- */
 .scm {
-    width: 99%;
+width: 99%;
 }

Modified: trunk/src/www/themes/gforge/viewvc/styles.css
===================================================================
--- trunk/src/www/themes/gforge/viewvc/styles.css	2013-11-09 14:27:30 UTC (rev 18422)
+++ trunk/src/www/themes/gforge/viewvc/styles.css	2013-11-09 14:42:53 UTC (rev 18423)
@@ -107,10 +107,8 @@
 
 /*** Line numbers outputted by highlight colorizer ***/
 .line {
-  border-right-width: 1px;
-  border-right-style: solid;
-  border-right-color: #505050;
-  padding: 1px;
+	border-right: 1px solid #505050;
+	padding: 1px;
   background-color: #eeeeee;
   color: #505050;
   text-decoration: none;

Modified: trunk/src/www/widgets/style.css
===================================================================
--- trunk/src/www/widgets/style.css	2013-11-09 14:27:30 UTC (rev 18422)
+++ trunk/src/www/widgets/style.css	2013-11-09 14:42:53 UTC (rev 18423)
@@ -2,42 +2,39 @@
 
 .emptyPlaceMarker
 {
-    border-right: #bcbcad 1px dashed;
-    border-top: #bcbcad 1px dashed;
-    border-left: #bcbcad 1px dashed;
-    border-bottom: #bcbcad 1px dashed;
-    background-color: transparent;
+	border: 1px dashed #bcbcad;
+	background-color: transparent;
 }
 
 .widget {
-    margin-bottom:20px;
-    border:1px solid #bcbcad;
+	margin-bottom:20px;
+	border:1px solid #bcbcad;
 }
 .widget_content {
-    clear:both;
+	clear:both;
 }
 .widget_preferences {
-    background: #e0ddd2;
-    border-bottom:1px solid #bcbcad;
+	background: #e0ddd2;
+	border-bottom:1px solid #bcbcad;
 }
 .widget_preferences form {
-    margin:0;
+	margin:0;
 }
 .widget_titlebar {
-    background: #e0ddd2 url(../images/widget-header.png) left top repeat-x;
-    font-weight: bold;
-    text-align: center;
+	background: #e0ddd2 url(../images/widget-header.png) left top repeat-x;
+	font-weight: bold;
+	text-align: center;
 
-    color: #555;
-    height:1.2em;
-    padding-left:40px;
-    padding-right:4px;
+	color: #555;
+	height:1.2em;
+	padding-left:40px;
+	padding-right:4px;
 }
 .widget_titlebar_handle {
-    cursor:move;
+	cursor:move;
 }
 .widget_titlebar_title {
-    float:left;
+	float:left;
 }
 .widget_titlebar_close,
 .widget_titlebar_rss,
@@ -45,184 +42,184 @@
 
 .widget_titlebar_minimize,
 .widget_titlebar_maximize {
-    float:right;
+	float:right;
 }
 .widget_titlebar_rss,
 .widget_titlebar_prefs {
-    padding:2px 4px;
+	padding:2px 4px;
 }
 .widget_titlebar_rss a, .widget_titlebar_rss a:link, .widget_titlebar_rss a:visited, .widget_titlebar_rss a:hover,
 .widget_titlebar_prefs a, .widget_titlebar_prefs a:link, .widget_titlebar_prefs a:visited, .widget_titlebar_prefs a:hover {
-    color:#555;
-    font-weight:normal;
-    font-size:0.8em;
-    text-decoration:none;
+	color:#555;
+	font-weight:normal;
+	font-size:0.8em;
+	text-decoration:none;
 }
 .widget_toolbar {
-    list-style-type:none;
-    margin-left:0;
-    padding-bottom:6px;
-    padding-left:1em;
-    border-bottom:1px solid gray;
+	list-style-type:none;
+	margin-left:0;
+	padding-bottom:6px;
+	padding-left:1em;
+	border-bottom:1px solid gray;
 }
 .widget_toolbar li a:link,
 .widget_toolbar li a:visited,
 .widget_toolbar li a:active {
-    text-decoration:none;
+	text-decoration:none;
 }
 .widget_toolbar li {
-    display:inline;
-    padding-left:1em;
+	display:inline;
+	padding-left:1em;
 }
 .widget_toolbar li a:hover {
-    padding-bottom:2px;
-    border-bottom:4px solid gray;
-    color:gray;
+	padding-bottom:2px;
+	border-bottom:4px solid gray;
+	color:gray;
 }
 .widget_toolbar li.current a {
-    padding-bottom:2px;
-    border-bottom:4px solid #333;
-    color:#333;
+	padding-bottom:2px;
+	border-bottom:4px solid #333;
+	color:#333;
 }
 
 #widget-content-categ {
-    padding:10px;
+	padding:10px;
 }
 #widget-categories {
-    list-style-type: none;
-    margin-left:0;
-    padding-left:1em;
+	list-style-type: none;
+	margin-left:0;
+	padding-left:1em;
 }
 
 
 #widget-categories li.selected {
-    font-weight:bold;
-    margin-top:0.2em;
-    margin-bottom:0.2em;
+	font-weight:bold;
+	margin-top:0.2em;
+	margin-bottom:0.2em;
 }
 #widget-categories li.selected a:after {
-    content: ' »';
+	content: ' »';
 }
 #widget-categories li a span {
-    padding-right:1em;
+	padding-right:1em;
 }
 .widget-preview {
-    background:transparent url('../images/widget-preview.png') top left no-repeat;
-    padding-left:138px;
-    width:550px;
-    min-height:128px;
+	background:transparent url('../images/widget-preview.png') top left no-repeat;
+	padding-left:138px;
+	width:550px;
+	min-height:128px;
 }
 .widget-preview-bookmarks {
-    background-image:url('../images/widget-preview-favorites.png');
+	background-image:url('../images/widget-preview-favorites.png');
 }
 .widget-preview-mymonitoredfp-fr_FR {
-    background-image:url('../images/widget-preview-monitored_files-fr_FR.png');
+	background-image:url('../images/widget-preview-monitored_files-fr_FR.png');
 }
 .widget-preview-mymonitoredfp-en_US {
-    background-image:url('../images/widget-preview-monitored_files-en_US.png');
+	background-image:url('../images/widget-preview-monitored_files-en_US.png');
 }
 .widget-preview-mymonitoredforums-fr_FR {
-    background-image:url('../images/widget-preview-monitored_forums-fr_FR.png');
+	background-image:url('../images/widget-preview-monitored_forums-fr_FR.png');
 }
 .widget-preview-mymonitoredforums-en_US {
-    background-image:url('../images/widget-preview-monitored_forums-en_US.png');
+	background-image:url('../images/widget-preview-monitored_forums-en_US.png');
 }
 .widget-preview-myartifacts-fr_FR,
 .widget-preview-myartifacts-en_US {
-    background-image:url('../images/widget-preview-my_artifacts.png');
+	background-image:url('../images/widget-preview-my_artifacts.png');
 }
 .widget-preview-myprojects-fr_FR {
-    background-image:url('../images/widget-preview-my_projects-fr_FR.png');
+	background-image:url('../images/widget-preview-my_projects-fr_FR.png');
 }
 .widget-preview-myprojects-en_US {
-    background-image:url('../images/widget-preview-my_projects-en_US.png');
+	background-image:url('../images/widget-preview-my_projects-en_US.png');
 }
 .widget-preview-mybookmarks-fr_FR {
-    background-image:url('../images/widget-preview-my_bookmarks-fr_FR.png');
+	background-image:url('../images/widget-preview-my_bookmarks-fr_FR.png');
 }
 .widget-preview-mybookmarks-en_US {
-    background-image:url('../images/widget-preview-my_bookmarks-en_US.png');
+	background-image:url('../images/widget-preview-my_bookmarks-en_US.png');
 }
 .widget-preview-mysurveys-fr_FR {
-    background-image:url('../images/widget-preview-my_surveys-fr_FR.png');
+	background-image:url('../images/widget-preview-my_surveys-fr_FR.png');
 }
 .widget-preview-mysurveys-en_US {
-    background-image:url('../images/widget-preview-my_surveys-en_US.png');
+	background-image:url('../images/widget-preview-my_surveys-en_US.png');
 }
 .widget-preview-myadmin-fr_FR {
-    background-image:url('../images/widget-preview-my_admin-fr_FR.png');
+	background-image:url('../images/widget-preview-my_admin-fr_FR.png');
 }
 .widget-preview-myadmin-en_US {
-    background-image:url('../images/widget-preview-my_admin-en_US.png');
+	background-image:url('../images/widget-preview-my_admin-en_US.png');
 }
 .widget-preview-mylatestsvncommits-fr_FR {
-    background-image:url('../images/widget-preview-my_latest_svn_commits-fr_FR.png');
+	background-image:url('../images/widget-preview-my_latest_svn_commits-fr_FR.png');
 }
 .widget-preview-mylatestsvncommits-en_US {
-    background-image:url('../images/widget-preview-my_latest_svn_commits-en_US.png');
+	background-image:url('../images/widget-preview-my_latest_svn_commits-en_US.png');
 }
 .widget-preview-projectlatestfilereleases-fr_FR {
-    background-image:url('../images/widget-preview-latest_file_releases-fr_FR.png');
+	background-image:url('../images/widget-preview-latest_file_releases-fr_FR.png');
 }
 .widget-preview-projectlatestfilereleases-en_US {
-    background-image:url('../images/widget-preview-latest_file_releases-en_US.png');
+	background-image:url('../images/widget-preview-latest_file_releases-en_US.png');
 }
 .widget-preview-projectlatestsvncommits-fr_FR {
-    background-image:url('../images/widget-preview-project_latest_svn_commits-fr_FR.png');
+	background-image:url('../images/widget-preview-project_latest_svn_commits-fr_FR.png');
 }
 .widget-preview-projectlatestsvncommits-en_US {
-    background-image:url('../images/widget-preview-project_latest_svn_commits-en_US.png');
+	background-image:url('../images/widget-preview-project_latest_svn_commits-en_US.png');
 }
 .widget-preview-projectlatestnews-fr_FR {
-    background-image:url('../images/widget-preview-project_latest_news-fr_FR.png');
+	background-image:url('../images/widget-preview-project_latest_news-fr_FR.png');
 }
 .widget-preview-projectlatestnews-en_US {
-    background-image:url('../images/widget-preview-project_latest_news-en_US.png');
+	background-image:url('../images/widget-preview-project_latest_news-en_US.png');
 }
 .widget-preview-projectpublicareas-fr_FR {
-    background-image:url('../images/widget-preview-project_public_areas-fr_FR.png');
+	background-image:url('../images/widget-preview-project_public_areas-fr_FR.png');
 }
 .widget-preview-projectpublicareas-en_US {
-    background-image:url('../images/widget-preview-project_public_areas-en_US.png');
+	background-image:url('../images/widget-preview-project_public_areas-en_US.png');
 }
 .widget-preview-projectdescription-fr_FR {
-    background-image:url('../images/widget-preview-project_description-fr_FR.png');
+	background-image:url('../images/widget-preview-project_description-fr_FR.png');
 }
 .widget-preview-projectdescription-en_US {
-    background-image:url('../images/widget-preview-project_description-en_US.png');
+	background-image:url('../images/widget-preview-project_description-en_US.png');
 }
 .widget-preview-projectclassification-fr_FR {
-    background-image:url('../images/widget-preview-project_classification-fr_FR.png');
+	background-image:url('../images/widget-preview-project_classification-fr_FR.png');
 }
 .widget-preview-projectclassification-en_US {
-    background-image:url('../images/widget-preview-project_classification-en_US.png');
+	background-image:url('../images/widget-preview-project_classification-en_US.png');
 }
 .widget-preview-projectmembers-fr_FR {
-    background-image:url('../images/widget-preview-project_members-fr_FR.png');
+	background-image:url('../images/widget-preview-project_members-fr_FR.png');
 }
 .widget-preview-projectmembers-en_US {
-    background-image:url('../images/widget-preview-project_members-en_US.png');
+	background-image:url('../images/widget-preview-project_members-en_US.png');
 }
 .widget-preview-mysystemevent-fr_FR {
-    background-image:url('../images/widget-preview-mysystemevent-fr_FR.png');
+	background-image:url('../images/widget-preview-mysystemevent-fr_FR.png');
 }
 .widget-preview-mysystemevent-en_US {
-    background-image:url('../images/widget-preview-mysystemevent-en_US.png');
+	background-image:url('../images/widget-preview-mysystemevent-en_US.png');
 }
 .widget-preview-mytwitterfollow-en_US,
 .widget-preview-projecttwitterfollow-en_US,
 .widget-preview-mytwitterfollow-fr_FR,
 .widget-preview-projecttwitterfollow-fr_FR {
-    background-image:url('../images/widget-preview-twitterfollow.png');
+	background-image:url('../images/widget-preview-twitterfollow.png');
 }
 .widget-preview-myrss-en_US,
 .widget-preview-projectrss-en_US,
 .widget-preview-myrss-fr_FR,
 .widget-preview-projectrss-fr_FR {
-    background-image:url('../images/widget-preview-rss.png');
+	background-image:url('../images/widget-preview-rss.png');
 }
 .widget-preview-projectsvnstats-en_US,
 .widget-preview-projectsvnstats-fr_FR {
-    background-image:url('../images/widget-preview-project_svn-stats.png');
+	background-image:url('../images/widget-preview-project_svn-stats.png');
 }
 /* }}} */




More information about the Fusionforge-commits mailing list