security updates
have to check views and entityreference for custom patches
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
|
||||
body {
|
||||
direction: rtl;
|
||||
}
|
||||
th {
|
||||
text-align: right;
|
||||
}
|
||||
body {direction: rtl;}
|
||||
th {text-align: right;}
|
||||
.print-links,
|
||||
.print-source_url,
|
||||
.print-taxonomy {
|
||||
|
@@ -1,4 +1,3 @@
|
||||
|
||||
body {
|
||||
margin: 1em;
|
||||
background-color: #fff;
|
||||
@@ -9,21 +8,11 @@ th {
|
||||
color: #006;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
tr.odd {
|
||||
background-color: #ddd;
|
||||
}
|
||||
tr.even {
|
||||
background-color: #fff;
|
||||
}
|
||||
td {
|
||||
padding: 5px;
|
||||
}
|
||||
#menu {
|
||||
visibility: hidden;
|
||||
}
|
||||
#main {
|
||||
margin: 1em;
|
||||
}
|
||||
tr.odd {background-color: #ddd;}
|
||||
tr.even {background-color: #fff;}
|
||||
td {padding: 5px;}
|
||||
#menu {visibility: hidden;}
|
||||
#main {margin: 1em;}
|
||||
a:link {color: #000;}
|
||||
a:visited {color: #000;}
|
||||
a:hover {color: #00f;}
|
||||
@@ -35,9 +24,7 @@ img.print-logo {border: 0;}
|
||||
.print-title {}
|
||||
.print-submitted {font-size: small;}
|
||||
.print-created {font-size: small;}
|
||||
.print-taxonomy {
|
||||
text-align: right;
|
||||
}
|
||||
.print-taxonomy {text-align: right;}
|
||||
.print-taxonomy li {display: inline;}
|
||||
.print-content {}
|
||||
.print-hr {
|
||||
|
@@ -1,27 +0,0 @@
|
||||
|
||||
.print-link {
|
||||
/* Use these for links above the content */
|
||||
text-align: left;
|
||||
/* Use these for links in a corner of the content */
|
||||
/*
|
||||
float:left;
|
||||
*/
|
||||
}
|
||||
|
||||
.print_html, .print_mail, .print_pdf {
|
||||
margin-left: 0;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.print-syslink {
|
||||
margin-right: 0;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
img.print-icon-margin {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
label.printmail-label {
|
||||
float: right;
|
||||
}
|
@@ -1,38 +0,0 @@
|
||||
|
||||
.print-link {
|
||||
/* Use these for links above the content */
|
||||
display: block;
|
||||
text-align: right;
|
||||
padding-bottom: 0.5em;
|
||||
/* Use these for links in a corner of the content */
|
||||
/*
|
||||
position:relative;
|
||||
bottom: 0.5em;
|
||||
float:right;
|
||||
*/
|
||||
}
|
||||
|
||||
div#block-print-print-links span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.print_html, .print_mail, .print_pdf {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.print-syslink {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
img.print-icon {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
img.print-icon-margin {
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
label.printmail-label {
|
||||
width: 175px;
|
||||
float: left;
|
||||
}
|
Reference in New Issue
Block a user