-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.css
108 lines (89 loc) · 1.47 KB
/
app.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
#feeduct-app {
max-width: 960px;
margin: auto;
background-color: white;
}
#feeduct-app-header {
margin-top: 50px;
margin-bottom: 20px;
text-align: center;
}
.feeduct-logo {
margin-bottom: 30px;
}
.btn-logout {
position: absolute;
top: -50px;
right: 0;
}
.welcome {
text-align: center;
}
form[name="loginForm"] {
text-align: center;
}
form[name="loginForm"] .form-group:not(.buttons) {
display: inline-block;
margin-right: 10px;
margin-left: 10px;
}
.alert-login {
margin-top: 20px;
text-align: center;
}
.welcome-text {
display: inline-block;
vertical-align: middle;
margin: 0;
}
.more {
float: right;
font-size: 1.4em;
color: #5B9900;
}
.more:hover {
color: #427a00;
}
.more i,
.more span {
vertical-align: middle;
}
.feeds-searchAndNew-wrapper {
text-align: center;
margin-bottom: 35px;
}
.feeds-search,
.feeds-newFeed {
vertical-align: middle;
}
.feeds-search {
margin-right: 10px;
max-width: 400px;
width: 100%;
height: 40px;
border: 2px solid #4A4A4A;
border-radius: 4px;
outline: 0;
line-height: 40px;
padding: 0 13px;
}
form[name="newFeedForm"] {
margin-top: 30px;
}
.feed-userImg,
.feed-keywords {
float: left;
}
.feed-userImg {
height: 100px;
width: 100px;
border-radius: 100%;
margin-right: 20px;
}
.feed-description {
clear: left;
margin-left: 120px;
}
.feed-auctions {
margin-top: 40px;
}