Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
flowspy
Commits
183a3b62
Commit
183a3b62
authored
Oct 30, 2012
by
Leonidas Poulopoulos
Browse files
Minor css changes - smaller bootstrap font
parent
469fa4de
Changes
2
Hide whitespace changes
Inline
Side-by-side
static/css/base.css
View file @
183a3b62
body
{
font-size
:
13px
;
}
label
,
input
,
button
,
select
,
textarea
{
font-size
:
13px
;
}
legend
{
font-size
:
14px
;
line-height
:
20px
;
margin-bottom
:
0
;
}
.form-horizontal
.control-group
{
margin-bottom
:
10px
;
}
legend
+
.control-group
{
margin-top
:
10px
;
}
.side-menu
>
li
>
a
{
border
:
1px
solid
#E5E5E5
;
display
:
block
;
margin
:
0
0
-1px
;
padding
:
8px
14px
;
}
.breadcrumb
{
background-color
:
white
;
}
select
,
textarea
,
input
[
type
=
"text"
],
input
[
type
=
"password"
],
input
[
type
=
"datetime"
],
input
[
type
=
"datetime-local"
],
input
[
type
=
"date"
],
input
[
type
=
"month"
],
input
[
type
=
"time"
],
input
[
type
=
"week"
],
input
[
type
=
"number"
],
input
[
type
=
"email"
],
input
[
type
=
"url"
],
input
[
type
=
"search"
],
input
[
type
=
"tel"
],
input
[
type
=
"color"
],
.uneditable-input
{
font-size
:
13px
;
}
.side-menu
>
li
:first-child
>
a
{
border-radius
:
6px
6px
0
0
;
}
.btn
{
font-size
:
13px
;
}
#routes_table
{
font-size
:
12px
;
}
...
...
templates/base.html
View file @
183a3b62
...
...
@@ -9,8 +9,8 @@
<script
src=
"/fodstatic/js/jquery.min.js"
type=
"text/javascript"
></script>
<script
src=
"/fodstatic/js/jquery_csrf_protect.js"
type=
"text/javascript"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/fodstatic/css/bootstrap.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/fodstatic/css/base.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/fodstatic/css/smoothness/jquery-ui-1.8.13.custom.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/fodstatic/css/base.css"
>
<script
type=
"text/javascript"
src=
"/fodstatic/js/jquery-ui-1.8.23.custom.min.js"
></script>
<script
type=
"text/javascript"
src=
"/fodstatic/js/jquery.cookie.js"
></script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment