Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/* here you can put your own css to customize and override the theme */
2
 
3
/***
4
Rounded Portlets
5
***/
6
/*
7
.portlet {
8
        border-radius: 4px !important;
9
}
10
 
11
.portlet .portlet-title {
12
        border-radius: 4px 4px 0px 0px !important;
13
}
14
 
15
.portlet .portlet-body,
16
.portlet .portlet-body .form-actions  {
17
        border-radius: 0px 0px 4px 4px !important;
18
}
19
*/