mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
MINOR form.css check, minor improvements
This commit is contained in:
parent
fef2668a9a
commit
a7c4a128d6
51
css/form.css
51
css/form.css
@ -65,6 +65,12 @@ div.field {
|
|||||||
padding:10px;
|
padding:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.middleColumn div.field {
|
||||||
|
padding-left:0;
|
||||||
|
padding-right:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.ui-widget {
|
.ui-widget {
|
||||||
font-family: Arial, Helvetica, sans-serif
|
font-family: Arial, Helvetica, sans-serif
|
||||||
}
|
}
|
||||||
@ -102,9 +108,10 @@ form textarea,
|
|||||||
form .textajaxuniquetext,
|
form .textajaxuniquetext,
|
||||||
form select {
|
form select {
|
||||||
width: 98%;
|
width: 98%;
|
||||||
padding: 3px 1%;
|
padding: 6px 1%;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
background-color:#fff;
|
background-color:#fff;
|
||||||
|
border: 1px solid #dad9d9;
|
||||||
}
|
}
|
||||||
|
|
||||||
form input.text:focus,
|
form input.text:focus,
|
||||||
@ -120,7 +127,7 @@ form input.sitetreeurlsegment {
|
|||||||
form span.readonly {
|
form span.readonly {
|
||||||
font-size: 16px
|
font-size: 16px
|
||||||
}
|
}
|
||||||
form input[disabled] {
|
form input[disabled], form textarea[disabled] {
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
border: 1px solid #dad9d9;
|
border: 1px solid #dad9d9;
|
||||||
}
|
}
|
||||||
@ -149,16 +156,42 @@ form .optionset li {
|
|||||||
}
|
}
|
||||||
form .checkboxset li .checkbox,
|
form .checkboxset li .checkbox,
|
||||||
form .optionset li .radio{
|
form .optionset li .radio{
|
||||||
margin-top: 5px;
|
margin-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="submit"] {
|
a.btn, button, input[type="submit"] {
|
||||||
border-radius:20px;
|
background: #b80000;
|
||||||
background-color:#b80000;
|
color: #fff;
|
||||||
border:none;
|
display: inline-block;
|
||||||
color:#fff;
|
border-radius: 4px;
|
||||||
font-weight: bold;
|
padding: 6px 15px;
|
||||||
|
margin-top: 10px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
border-bottom: none !important;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.btn:hover, button, input[type="submit"]:hover {
|
||||||
|
background: #d80000;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
button{
|
||||||
|
background-color:#a4a4a4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ss-uploadfield-item-info button{
|
||||||
|
margin-top:4px !important;
|
||||||
|
float:left;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.btn:after {
|
||||||
|
content: '\2192';
|
||||||
|
padding-left: 10px;
|
||||||
|
font-size: 14px;
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.resetformaction {
|
.resetformaction {
|
||||||
|
@ -34,28 +34,7 @@ body {
|
|||||||
a:link {
|
a:link {
|
||||||
-webkit-tap-highlight-color: #b80000
|
-webkit-tap-highlight-color: #b80000
|
||||||
}
|
}
|
||||||
a.btn {
|
|
||||||
background: #b80000;
|
|
||||||
color: #fff;
|
|
||||||
display: inline-block;
|
|
||||||
border-radius: 4px;
|
|
||||||
padding: 6px 15px;
|
|
||||||
margin-top: 10px;
|
|
||||||
text-transform: uppercase;
|
|
||||||
letter-spacing: 1px;
|
|
||||||
border-bottom: none !important;
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
|
||||||
a.btn:after {
|
|
||||||
content: '\2192';
|
|
||||||
padding-left: 10px;
|
|
||||||
font-size: 14px;
|
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
|
||||||
}
|
|
||||||
a.btn:hover {
|
|
||||||
background: #d80000;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.content img.left, .content img.right {
|
.content img.left, .content img.right {
|
||||||
border: 5px solid #d7d7d7;
|
border: 5px solid #d7d7d7;
|
||||||
max-width: 60%;
|
max-width: 60%;
|
||||||
@ -170,6 +149,8 @@ content img.right {
|
|||||||
background: none;
|
background: none;
|
||||||
font-family: 'WebSymbolsRegular';
|
font-family: 'WebSymbolsRegular';
|
||||||
color: #848484;
|
color: #848484;
|
||||||
|
border-radius:0;
|
||||||
|
margin-top:0;
|
||||||
}
|
}
|
||||||
.search-bar form input.action:hover {
|
.search-bar form input.action:hover {
|
||||||
color: #000
|
color: #000
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<footer class="footer" role="contentinfo">
|
<footer class="footer" role="contentinfo">
|
||||||
<div class="inner copy">
|
<div class="inner copy">
|
||||||
<div class="left">$SiteConfig.Title <span class="arrow">→</span> <% include Navigation %></div>
|
<div class="left">$SiteConfig.Title <span class="arrow">→</span> <% include Navigation %></div>
|
||||||
<small class="right">© <a href="http://simple.innovatif.com/about/">Simple</a> by <a href="http://www.saratusar.com">Sara</a> (Innovatif) / Powered by <a href="http://silverstripe.org">Silverstripe</a></small>
|
<small class="right">© <a href="http://simple.innovatif.com/about/">Theme</a> by <a href="http://www.saratusar.com">Sara</a> (Innovatif) / Powered by <a href="http://silverstripe.org">Silverstripe</a></small>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<!--
|
<!--
|
||||||
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
Simple. by Sara (saratusar.com) for Innovatif - an awesome Slovenia-based digital agency (innovatif.com/en)
|
Simple. by Sara (saratusar.com, @saratusar) for Innovatif - an awesome Slovenia-based digital agency (innovatif.com/en)
|
||||||
Change it, enhance it and most importantly enjoy it!
|
Change it, enhance it and most importantly enjoy it!
|
||||||
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
-->
|
-->
|
||||||
@ -11,7 +11,8 @@ Change it, enhance it and most importantly enjoy it!
|
|||||||
<!--<![endif]-->
|
<!--<![endif]-->
|
||||||
<!--[if IE 6 ]><html lang="$ContentLocale" class="ie ie6"><![endif]-->
|
<!--[if IE 6 ]><html lang="$ContentLocale" class="ie ie6"><![endif]-->
|
||||||
<!--[if IE 7 ]><html lang="$ContentLocale" class="ie ie7"><![endif]-->
|
<!--[if IE 7 ]><html lang="$ContentLocale" class="ie ie7"><![endif]-->
|
||||||
<!--[if IE 8 ]><html lang="$ContentLocale" class="ie ie8"><![endif]--><head>
|
<!--[if IE 8 ]><html lang="$ContentLocale" class="ie ie8"><![endif]-->
|
||||||
|
<head>
|
||||||
<% base_tag %>
|
<% base_tag %>
|
||||||
<title><% if MetaTitle %>$MetaTitle<% else %>$Title<% end_if %> » $SiteConfig.Title</title>
|
<title><% if MetaTitle %>$MetaTitle<% else %>$Title<% end_if %> » $SiteConfig.Title</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
Loading…
Reference in New Issue
Block a user