Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 6 of 6
  1. #1
    Master kwbs's Avatar
    Join Date
    Jul 2017
    Location
    IL
    Posts
    808
    Rep Power
    230

    Default The position of the top "row/road name" header [LUNA]

    Hello

    A question, to learn and to know...

    Is it possible to "play" somewhere in LUNA's code and change the position of the top "row/road name" header [in Landscape and portrait Simulation/Navigation modes] - To center it and/or, to align it to the right?

    Spoiler: So
    PORTRT

    Spoiler: And so
    LNDSCP

    Obviously and if possible, I would like to practice it.

    Thank You

  2.    Advertissements


  3. #2
    Pro-Member userninenine's Avatar
    Join Date
    Dec 2017
    Location
    Austria
    Posts
    213
    Rep Power
    17

    Default

    Not only road name also other text is "too" left, example speedcam alert...

  4. #3
    Master The position of the top "row/road name" header [LUNA]The position of the top "row/road name" header [LUNA]The position of the top "row/road name" header [LUNA] Tajfun's Avatar
    Join Date
    Feb 2014
    Location
    Budapest
    Age
    61
    Posts
    90
    Rep Power
    186

    Default

    Quote Originally Posted by kwbs View Post

    Is it possible to "play" somewhere in LUNA's code and change the position of the top "row/road name" header [in Landscape and portrait Simulation/Navigation modes] - To center it and/or, to align it to the right?
    One possible solution:
    Spoiler: text

    data.zip\ui_nextgen\common\ui\templates.css > Within the HBOX.next_street block align:"left" Please correct the entry this way:
    Code:
    Please Login or Register to see the links

  5. #4
    Master kwbs's Avatar
    Join Date
    Jul 2017
    Location
    IL
    Posts
    808
    Rep Power
    230

    Default

    @Tajfun

    Wonderful!
    Many many thanks!


    Spoiler: BEFORE & AFTER PORTRAIT
    PRTR B A

    Spoiler: BEFORE & AFTER LANDSCAPE
    LNDSCP B A

  6. #5
    Pro-Member userninenine's Avatar
    Join Date
    Dec 2017
    Location
    Austria
    Posts
    213
    Rep Power
    17

    Default

    Is there a similar solution for speedcam alerts? This text is also too left.
    Tried to find the code but was not successful...

  7. #6
    Master kwbs's Avatar
    Join Date
    Jul 2017
    Location
    IL
    Posts
    808
    Rep Power
    230

    Default

    @userninenine

    Have you tried dealing with both or one of those parameters?

    TEXT.detailsinfo.speedcam, SPEEDTEXT.detailsinfo{
    paddingleft: 15;
    r2l_invert: 1;
    color: btn_main_color; color2: btn_main_color2; color3: btn_main_color3;
    fontsize:fontsize_main;
    align: "CENTER"; valign:"CENTER";
    }
    Last edited by kwbs; 14th July 2020 at 06:14 PM.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •