projects
/
Plinn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
9d575cb
)
Arrondis sur les formulaires gris.
author
Benoît Pin
<pin@cri.ensmp.fr>
Thu, 30 Oct 2014 12:09:45 +0000
(13:09 +0100)
committer
Benoît Pin
<pin@cri.ensmp.fr>
Thu, 30 Oct 2014 12:09:45 +0000
(13:09 +0100)
skins/generic/plinn_style.css.dtml
patch
|
blob
|
history
diff --git
a/skins/generic/plinn_style.css.dtml
b/skins/generic/plinn_style.css.dtml
index
127de77
..
3d0eda8
100644
(file)
--- a/
skins/generic/plinn_style.css.dtml
+++ b/
skins/generic/plinn_style.css.dtml
@@
-9,9
+9,10
@@
input, textarea, select {
}
table.TwoColumnForm {
}
table.TwoColumnForm {
-
color: &dtml-twoColumnFormFontColor;;
+ color: &dtml-twoColumnFormFontColor;;
background-color: &dtml-twoColumnFormBackground;;
padding : 4px ;
background-color: &dtml-twoColumnFormBackground;;
padding : 4px ;
+ border-radius: &dtml-borderRadius;px;
}
table.TwoColumnForm td.ListDefinition {
}
table.TwoColumnForm td.ListDefinition {
@@
-96,18
+97,18
@@
table.assign_global_roles {
.config a:link,
.config a:visited,
.config a:active {
.config a:link,
.config a:visited,
.config a:active {
-
color : &dtml-linkColor;;
+ color : &dtml-linkColor;;
}
.config a:hover {
}
.config a:hover {
-
color : &dtml-linkHoverColor;;
+ color : &dtml-linkHoverColor;;
}
.config .tabs a,
.config .tabs a:link,
.config .tabs a:visited,
.config .tabs a:active {
}
.config .tabs a,
.config .tabs a:link,
.config .tabs a:visited,
.config .tabs a:active {
-
color : &dtml-tabsFontColor;;
+ color : &dtml-tabsFontColor;;
text-decoration: none
}
text-decoration: none
}
@@
-162,7
+163,7
@@
table.assign_global_roles {
}
.boxes_container img {
}
.boxes_container img {
-
vertical-align:middle
+ vertical-align:middle
}
.boxes_container a:link,
}
.boxes_container a:link,
@@
-419,47
+420,47
@@
table.assign_global_roles {
}
.resize_handle {
}
.resize_handle {
-
position : absolute;
-
display : block;
-
right : 0;
-
bottom : 0;
-
visibility:hidden;
-
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='&dtml-portal_url;/resize_handle.png');
-
line-height : 0; /* IE hack */
-
background-repeat : no-repeat;
-
width : 12px;
-
height : 12px;
-/*
cursor : se-resize;*/
+ position : absolute;
+ display : block;
+ right : 0;
+ bottom : 0;
+ visibility:hidden;
+ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='&dtml-portal_url;/resize_handle.png');
+ line-height : 0; /* IE hack */
+ background-repeat : no-repeat;
+ width : 12px;
+ height : 12px;
+/* cursor : se-resize;*/
}
.resize_handle[class] {
}
.resize_handle[class] {
-
background-image : url(&dtml-portal_url;/resize_handle.png);
+ background-image : url(&dtml-portal_url;/resize_handle.png);
}
.rectangle_header {
}
.rectangle_header {
-
position : absolute;
-
background : url(&dtml-portal_url;/degrad_rectangle_header.gif);
-
height : 11px;
-
width : 100%;
-
border: 1px solid #cbcbcb;
-
border-bottom : 1px solid #9f9f9f;
-
top : -13px;
-
left : -1px;
-
visibility:hidden;
-/*
cursor : move;*/
+ position : absolute;
+ background : url(&dtml-portal_url;/degrad_rectangle_header.gif);
+ height : 11px;
+ width : 100%;
+ border: 1px solid #cbcbcb;
+ border-bottom : 1px solid #9f9f9f;
+ top : -13px;
+ left : -1px;
+ visibility:hidden;
+/* cursor : move;*/
}
.rectangle_delimg {
}
.rectangle_delimg {
-
margin-left:5px;
+ margin-left:5px;
}
#ImageUploadForm, #FileUploadForm {
border : 1px solid #aaa;
position : absolute;
}
#ImageUploadForm, #FileUploadForm {
border : 1px solid #aaa;
position : absolute;
-
padding : 2px;
-
top : 29px;
-
left : -317px;
+ padding : 2px;
+ top : 29px;
+ left : -317px;
height : 130px;
width : 310px;
background : #ccc;
height : 130px;
width : 310px;
background : #ccc;
@@
-497,47
+498,47
@@
table.assign_global_roles {
/* clipboard */
.clipboard td, .clipboard ul {
/* clipboard */
.clipboard td, .clipboard ul {
-
padding : 0;
+ padding : 0;
}
.clipboard li {
}
.clipboard li {
-
padding-left : 5px;
-
list-style : none outside none;
+ padding-left : 5px;
+ list-style : none outside none;
}
.clipboard li.odd {
}
.clipboard li.odd {
-
background-color : &dtml-oddRowBackgroundColor;;
+ background-color : &dtml-oddRowBackgroundColor;;
}
.clipboard li.even {
}
.clipboard li.even {
-
background-color : &dtml-evenRowBackgroundColor;;
+ background-color : &dtml-evenRowBackgroundColor;;
}
.clipboard input {
}
.clipboard input {
-
font-size : &dtml-fontSmallSize;;
+ font-size : &dtml-fontSmallSize;;
}
.live_field {
}
.live_field {
-
border : 1px solid black;
+ border : 1px solid black;
}
.editable:hover {
}
.editable:hover {
-
background: #fff8aa;
-
cursor:text;
-
border-color: #666666 rgb(221, 221, 221) rgb(221, 221, 221) rgb(102, 102, 102);
-
border-style:solid;
-
border-width:2px;
+ background: #fff8aa;
+ cursor:text;
+ border-color: #666666 rgb(221, 221, 221) rgb(221, 221, 221) rgb(102, 102, 102);
+ border-style:solid;
+ border-width:2px;
}
/* Epoz */
.EpozToolbar img, #EpozToolbar img {
}
/* Epoz */
.EpozToolbar img, #EpozToolbar img {
-
border: 1px solid rgb(170, 170, 170);
-
background-color: rgb(204, 204, 204);
-
cursor: pointer;
-
margin-right: 1px;
-
margin-bottom: 1px;
+ border: 1px solid rgb(170, 170, 170);
+ background-color: rgb(204, 204, 204);
+ cursor: pointer;
+ margin-right: 1px;
+ margin-bottom: 1px;
}
/* Mosaic document */
}
/* Mosaic document */
@@
-553,16
+554,16
@@
form.block_form { border : 2px solid #d7d7d7; background-color : #fff }
/* completions */
ul.completions {
/* completions */
ul.completions {
-
border:1px solid black;
-
margin:0;
-
padding:0;
-
position:absolute;
-
background:#fff;
-
list-style:none;
-
cursor : pointer;
+ border:1px solid black;
+ margin:0;
+ padding:0;
+ position:absolute;
+ background:#fff;
+ list-style:none;
+ cursor : pointer;
}
ul.completions li.selected {
}
ul.completions li.selected {
-
background:&dtml-linkHoverColor;;
+ background:&dtml-linkHoverColor;;
}
ul.completions li:hover {
}
ul.completions li:hover {