patchinfo.css in PatchInfo 7
#module-filter-update-status-form {
margin-bottom: 1.5em;
}
.patchinfo-excluded-modules {
background-color: #fcc;
padding: 5px;
border: 2px solid #f00;
margin: 1.5em 0;
clear: right;
}
.patchinfo-patches {
background-color: #fcc;
padding: 5px;
border: 2px solid #f00;
margin-bottom: 20px;
}
.patchinfo-patches-title {
font-weight: bold;
text-transform: uppercase;
}
.patchinfo-patches-core {
margin: 5px 0;
}
#update-manager-update-form .patchinfo-patches {
margin-top: 10px;
}
File
patchinfo.cssView source
- #module-filter-update-status-form {
- margin-bottom: 1.5em;
- }
-
- .patchinfo-excluded-modules {
- background-color: #fcc;
- padding: 5px;
- border: 2px solid #f00;
- margin: 1.5em 0;
- clear: right;
- }
-
- .patchinfo-patches {
- background-color: #fcc;
- padding: 5px;
- border: 2px solid #f00;
- margin-bottom: 20px;
- }
-
- .patchinfo-patches-title {
- font-weight: bold;
- text-transform: uppercase;
- }
-
- .patchinfo-patches-core {
- margin: 5px 0;
- }
-
- #update-manager-update-form .patchinfo-patches {
- margin-top: 10px;
- }