Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
uBus
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chiara Veronica Señires
uBus
Commits
4ff92d79
Commit
4ff92d79
authored
Oct 28, 2015
by
Chiara Veronica Señires
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed img in card in schedule.html
parent
b3e7901b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
style.css
web-app/css/style.css
+10
-0
schedule.html
web-app/schedule.html
+4
-3
No files found.
web-app/css/style.css
View file @
4ff92d79
...
...
@@ -87,8 +87,18 @@ nav a:first-child {
left
:
0
;
}
.row
{
position
:
relative
;
}
.card
.img-placeholder
{
position
:
absolute
;
top
:
0
;
}
.card
form
{
display
:
inline-block
;
margin-left
:
80px
;
width
:
calc
(
100%
-
80px
);
}
...
...
web-app/schedule.html
View file @
4ff92d79
...
...
@@ -4,6 +4,7 @@
<title>
uBus | Bus Schedules
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/font-awesome.min.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/style.css"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"img/favicon.ico"
>
<script
type=
"text/javascript"
src=
"https://code.jquery.com/jquery-2.1.4.js"
></script>
<script
src=
"http://www.parsecdn.com/js/parse-1.6.6.min.js"
></script>
</head>
...
...
@@ -25,15 +26,15 @@
</div>
<div
class=
"card"
>
<div
class=
"row"
>
<img
src=
"img/scheduling.png"
width=
"60px"
>
<img
class=
"img-placeholder"
src=
"img/scheduling.png"
width=
"60px"
>
<form
method=
"post"
class=
"card_schedule"
id=
"create_schedule"
>
<fieldset>
<label
for=
"etd"
style=
"display:block;"
>
Starting Terminal
</label>
<input
type=
"text"
id=
"initial"
placeholder=
"
hello
"
>
<input
type=
"text"
id=
"initial"
placeholder=
"
Current Terminal
"
>
</fieldset>
<fieldset>
<label
for=
"etd"
style=
"display:block;"
>
Destination
</label>
<input
type=
"text"
id=
"destination"
placeholder=
"
hello
"
>
<input
type=
"text"
id=
"destination"
placeholder=
"
End Terminal
"
>
</fieldset>
<fieldset>
<label
for=
"etd"
style=
"display:block;"
>
ETD
</label>
...
...
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