mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-14 20:40:59 +02:00
minor css fixes
This commit is contained in:
parent
6ae7bcd170
commit
7d73cc4184
@ -443,6 +443,7 @@ button[disabled],
|
|||||||
|
|
||||||
.claro .dijitSelect .dijitArrowButton .dijitArrowButtonInner {
|
.claro .dijitSelect .dijitArrowButton .dijitArrowButtonInner {
|
||||||
margin-right : 5px;
|
margin-right : 5px;
|
||||||
|
float :right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.claro .dijitDownArrowButton.dijitSelect {
|
.claro .dijitDownArrowButton.dijitSelect {
|
||||||
@ -464,6 +465,7 @@ button[disabled],
|
|||||||
border-width : 0px;
|
border-width : 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.claro .input.input-text,
|
||||||
.claro .dijitTextBox {
|
.claro .dijitTextBox {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
@ -478,6 +480,11 @@ button[disabled],
|
|||||||
margin-bottom : 4px;
|
margin-bottom : 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.claro .input.input-text {
|
||||||
|
height : 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.claro .input.input-text,
|
||||||
.claro .dijitTextBox,
|
.claro .dijitTextBox,
|
||||||
.claro .dijitSelect {
|
.claro .dijitSelect {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
@ -491,6 +498,7 @@ button[disabled],
|
|||||||
transition: border linear 0.2s, box-shadow linear 0.2s;
|
transition: border linear 0.2s, box-shadow linear 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.claro .input.input-text:focus,
|
||||||
.claro .dijitTextBox.dijitFocused,
|
.claro .dijitTextBox.dijitFocused,
|
||||||
.claro .dijitSelect.dijitFocused {
|
.claro .dijitSelect.dijitFocused {
|
||||||
border-color: rgba(82, 168, 236, 0.8);
|
border-color: rgba(82, 168, 236, 0.8);
|
||||||
|
@ -38,13 +38,13 @@
|
|||||||
border-width : 0px;
|
border-width : 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.input {
|
/*input.input {
|
||||||
font-family : sans-serif;
|
font-family : sans-serif;
|
||||||
font-size : medium;
|
font-size : medium;
|
||||||
border-spacing : 2px;
|
border-spacing : 2px;
|
||||||
border : 1px solid #b5bcc7;
|
border : 1px solid #b5bcc7;
|
||||||
padding : 2px;
|
padding : 2px;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
label {
|
label {
|
||||||
width : 120px;
|
width : 120px;
|
||||||
@ -188,7 +188,7 @@ function bwLimitChange(elem) {
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<label><?php echo __("Login:") ?></label>
|
<label><?php echo __("Login:") ?></label>
|
||||||
<input name="login" class="input"
|
<input name="login" class="input input-text" type="text"
|
||||||
onchange="fetchProfiles()" onfocus="fetchProfiles()" onblur="fetchProfiles()"
|
onchange="fetchProfiles()" onfocus="fetchProfiles()" onblur="fetchProfiles()"
|
||||||
style="width : 220px"
|
style="width : 220px"
|
||||||
required="1"
|
required="1"
|
||||||
@ -199,7 +199,7 @@ function bwLimitChange(elem) {
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<label><?php echo __("Password:") ?></label>
|
<label><?php echo __("Password:") ?></label>
|
||||||
<input type="password" name="password" required="1"
|
<input type="password" name="password" required="1"
|
||||||
style="width : 220px" class="input"
|
style="width : 220px" class="input input-text"
|
||||||
value="<?php echo $_SESSION["fake_password"] ?>"/>
|
value="<?php echo $_SESSION["fake_password"] ?>"/>
|
||||||
<label></label>
|
<label></label>
|
||||||
<?php if (strpos(PLUGINS, "auth_internal") !== FALSE) { ?>
|
<?php if (strpos(PLUGINS, "auth_internal") !== FALSE) { ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user