#sharepopup: update css

master
Andrew Dolgov 6 years ago
parent e28a993955
commit 966fe6d612

@ -404,7 +404,7 @@ class Handler_Public extends Handler {
?>
<table height='100%' width='100%'><tr><td colspan='2'>
<table height='100%' width='100%' class="panel"><tr><td colspan='2'>
<h1><?php echo __("Share with Tiny Tiny RSS") ?></h1>
</td></tr>

@ -1487,7 +1487,7 @@ body.ttrss_utility.sanity_failed {
}
body.ttrss_utility {
background: #f5f5f5;
color: black;
color: #000000;
padding: 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
@ -1703,20 +1703,15 @@ body.small_margins {
max-width: none;
}
body#sharepopup {
background: #ffffff url("../images/toolbar.png") repeat-x bottom;
color: #000000;
background: #ffffff;
margin: 10px;
padding: 0px;
}
body#sharepopup h1 {
font-size: 14px;
margin: 0px;
color: #257aa7;
}
body#sharepopup table {
background: white;
border: 1px solid #257aa7;
padding: 5px;
}
body#sharepopup form {
height: 100%;
}

File diff suppressed because one or more lines are too long

@ -4,7 +4,7 @@ body.ttrss_utility.sanity_failed {
body.ttrss_utility {
background : @color-panel-bg;
color : black;
color : @default-fg;
padding : 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
@ -263,9 +263,9 @@ body.small_margins {
}
body#sharepopup {
background: white url("../images/toolbar.png") repeat-x bottom;
color : @default-fg;
background: @default-bg;
margin : 10px;
padding : 0px;
h1 {
font-size : 14px;
@ -273,12 +273,6 @@ body#sharepopup {
color : @color-accent;
}
table {
background : white;
border : 1px solid @color-accent;
padding : 5px;
}
form {
height : 100%;
}

@ -1487,7 +1487,7 @@ body.ttrss_utility.sanity_failed {
}
body.ttrss_utility {
background: #222222;
color: black;
color: #cccccc;
padding: 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
@ -1703,20 +1703,15 @@ body.small_margins {
max-width: none;
}
body#sharepopup {
background: #ffffff url("../images/toolbar.png") repeat-x bottom;
color: #cccccc;
background: #333333;
margin: 10px;
padding: 0px;
}
body#sharepopup h1 {
font-size: 14px;
margin: 0px;
color: #b87d2c;
}
body#sharepopup table {
background: white;
border: 1px solid #b87d2c;
padding: 5px;
}
body#sharepopup form {
height: 100%;
}

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save