dlike.css in Drupal like (Flag counter) 7.2
Same filename and directory in other branches
.dlike h2 { background: #EEE; font-family: Sans; padding: 5px; } .dlike-user-row { padding: 25px 0px; text-align: left; } .dlike .view-content a { color: #666; text-decoration: none; } .dlike-user-row { padding: 15px 0px; text-align: left; } .dlike-user-row .field-content { padding: 0px 5px; } .dlike-user-col-2 { float: left; width: 46%; margin: 5px; } .dlike-user-col-3 { float: left; width: 31%; margin: 5px; } .dlike-user-col-4 { float: left; width: 24%; margin: 5px; }
File
dlike.cssView source
- .dlike h2 {
- background: #EEE;
- font-family: Sans;
- padding: 5px;
- }
-
- .dlike-user-row {
- padding: 25px 0px;
- text-align: left;
- }
-
- .dlike .view-content a {
- color: #666;
- text-decoration: none;
- }
-
- .dlike-user-row {
- padding: 15px 0px;
- text-align: left;
- }
-
- .dlike-user-row .field-content {
- padding: 0px 5px;
- }
-
- .dlike-user-col-2 {
- float: left;
- width: 46%;
- margin: 5px;
- }
-
- .dlike-user-col-3 {
- float: left;
- width: 31%;
- margin: 5px;
- }
-
- .dlike-user-col-4 {
- float: left;
- width: 24%;
- margin: 5px;
- }
-