cloudy

Author Topic: Alert Heading  (Read 351 times)

0 Members and 1 Guest are viewing this topic.

Offline Stronghurst

  • You Are Never Alone With a Schizoid
  • Posts: 2,062
  • Stronghurst,IL USA
    • Burgus Computers
Alert Heading
« on: September 29, 2011, 10:09:13 PM »
My alert in the header is so small that some of the folks are complaining that they didn't see it.  I know it used to be bigger.  What have I done to it?

Mark
http://www.burgus.org

Every day is a good day.  Just that some days are better than others.

Offline Stronghurst

  • You Are Never Alone With a Schizoid
  • Posts: 2,062
  • Stronghurst,IL USA
    • Burgus Computers
Re: Alert Heading
« Reply #1 on: October 03, 2011, 10:05:56 PM »
Little bump.

Mark
http://www.burgus.org

Every day is a good day.  Just that some days are better than others.

Offline ALITTLEweird1

  • Mark
  • Posts: 3,880
  • Snoqualmie,WA
    • Snoqualmie Weather
Re: Alert Heading
« Reply #2 on: October 03, 2011, 10:31:00 PM »
Have you changed your css file lately? I have this in mine, and this could fix your issue, but I'm not 100% on this cause I havent tried it.

Code: [Select]

.advisoryBox {
  color: black;
  font-size: 12px;
  text-align: center;
  width: 650px;
  background-color: #FFE991;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}
.advisoryBoxnoactive {
  color: red;
  font-size: 12px;
  text-align: center;
  width: 650px;
  background-color: #FFE991;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}

.watchBox {
  color: red;
  font-size: 12px;
  text-align: center;
  width: 650px;
  background-color: #FFE991;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}



« Last Edit: October 03, 2011, 10:33:13 PM by ALITTLEweird1 »
"Nature can do without man, but man cannot do without nature."

Davis VP2 + 1-Wire Solar + 1-wire Lightning + 1-Wire UV + Logitech Webcam

Offline NorCal Dan

  • -= Dan =-
  • Posts: 9,438
  • Davis Vue/iMac/Parallels/WinXP
  • Marysville, California
    • Skype @ KJ6RGX
    • Traveling RV Weather
Re: Alert Heading
« Reply #3 on: October 03, 2011, 11:01:40 PM »
What template file is in use?  I see an added header that mine doesn't display and thought maybe your not using the stock template.

Offline Stronghurst

  • You Are Never Alone With a Schizoid
  • Posts: 2,062
  • Stronghurst,IL USA
    • Burgus Computers
Re: Alert Heading
« Reply #4 on: October 04, 2011, 12:22:44 PM »
The only difference I see in the css files is that you have an "width: 650px;" statement.  I had my alert box set to show nothing until an alert is on.  It used to be the size of yours when an alert was on.

Code: [Select]
.advisoryBox {
  color: black;
  font-size: 12px;
  text-align: center;
 
 background-color: #FFCC00;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}
.advisoryBoxnoactive {
  color: black;
  font-size: 12px;
  text-align: center;

  background-color: white;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}

.watchBox {
  color: black;
  font-size: 12px;
  text-align: center;

  background-color: #FF9900;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}

Dan  I am using a modified template.  It is a combinations of several writers.
« Last Edit: October 04, 2011, 12:24:37 PM by Stronghurst »
http://www.burgus.org

Every day is a good day.  Just that some days are better than others.