nextcloud/core/css/auth.css

40 lines
500 B
CSS
Raw Normal View History

2012-10-24 02:00:58 +04:00
h2
{
font-size: 2em;
font-weight: bold;
margin-bottom: 1em;
white-space: nowrap;
}
ul.scopes
{
list-style: disc;
}
ul.scopes li
{
white-space: nowrap;
}
h2 img
{
width: 50%;
}
#oauth
{
margin: 4em auto 2em;
width: 20em;
}
#allow-auth
{
background-color: #5c3;
box-shadow: 0 1px 1px #fff, 0 1px 1px #5f3 inset;
color: #fff;
text-shadow: #5e3 0 1px 0;
}
#deny-auth
{
background: none;
border: 0;
box-shadow: 0 0 0 #fff, 0 0 0 #fff inset;
font-size: 1.2em;
margin: .7em;
padding: 0;
}