v0.8.5 - Fixed lang and css
This commit is contained in:
parent
d016ea6c4c
commit
4a8b22d6dd
|
@ -26,6 +26,10 @@ form {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
input[type=file] {
|
||||
border: unset !important;
|
||||
}
|
||||
|
||||
.fa-eye {
|
||||
font-size: 25px;
|
||||
color: grey;
|
||||
|
|
|
@ -26,6 +26,10 @@ form {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
input[type=file] {
|
||||
border: unset !important;
|
||||
}
|
||||
|
||||
.fa-eye {
|
||||
font-size: 25px;
|
||||
color: grey;
|
||||
|
|
|
@ -26,6 +26,10 @@ form {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
input[type=file] {
|
||||
border: unset !important;
|
||||
}
|
||||
|
||||
.fa-eye {
|
||||
font-size: 25px;
|
||||
color: grey;
|
||||
|
|
|
@ -48,7 +48,10 @@ return[
|
|||
"ingennyheder" => "Der er ingen nyheder",
|
||||
"mørk" => "Mørk",
|
||||
"lys" => "Lys",
|
||||
"indstillinger" => "Indstillinger"
|
||||
"indstillinger" => "Indstillinger",
|
||||
"ændrebillede" => "Skift billede",
|
||||
"ændrer" => "Skift",
|
||||
"profilbillede" => "Upload profil billede"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -57,5 +57,8 @@ return[
|
|||
"ingennyheder" => "No news were found",
|
||||
"mørk" => "Dark",
|
||||
"lys" => "Light",
|
||||
"indstillinger" => "Settings"
|
||||
"indstillinger" => "Settings",
|
||||
"ændrebillede" => "Change picture",
|
||||
"ændrer" => "Change",
|
||||
"profilbillede" => "Upload profile picture"
|
||||
];
|
||||
|
|
|
@ -5,6 +5,9 @@ form {
|
|||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
input[type=file] {
|
||||
border: unset !important;
|
||||
}
|
||||
|
||||
.fa-eye {
|
||||
font-size: 25px;
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
@endif
|
||||
|
||||
<span>{{__('msg.profilbillede')}}:</span>
|
||||
<input type="file" name="resource" class="custom-file-input" id="chooseFile">
|
||||
<button type="submit" class="btn text-center btn-sde-blue mt-1">{{__('msg.rediger')}}</button>
|
||||
<input type="file" name="resource">
|
||||
<button type="submit" class="btn text-center btn-sde-blue mt-1">{{__('msg.ændrer')}}</button>
|
||||
<a href="{{ route('users.account') }}" class="btn text-center btn-sde-blue mt-1">{{__('msg.tilbage')}}</a>
|
||||
</form>
|
||||
</main>
|
||||
|
|
Loading…
Reference in New Issue